waf

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

main.c (75B)


      1 #if A == 1
      2 
      3 #include "external.h"
      4 
      5 int main() {
      6 	return zero();
      7 }
      8 
      9 #endif
     10