waf/playground/parallel_cmd/main.c

8 lines
69 B
C

#include <stdio.h>
int main() {
printf("A=%d\n", A);
return 0;
}