waf/playground/track_output_files/main.c

6 lines
49 B
C

extern int kkk();
int main() {
return kkk();
}