waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

main.c (69B)


      1 #include <stdio.h>
      2 
      3 int main() {
      4 	printf("A=%d\n", A);
      5 	return 0;
      6 }
      7