9cc/test/test1.inc

9 lines
77 B
C++

int printf();
int main() {
#include "test/test2.inc"
1; 2;
return 0;
}