2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00
waf/playground/parallel_cmd/main.c
2011-12-01 00:02:46 +01:00

8 lines
69 B
C

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