waf/tests/preproc/recursion/a.c

7 lines
43 B
C

#include "a.h"
int main() {
return 0;
}