waf/tests/preproc/recursion/a.c

7 lines
43 B
C
Raw Permalink Normal View History

2014-11-02 00:16:48 +01:00
#include "a.h"
int main() {
return 0;
}