waf

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

main.c (107B)


      1 int main() {
      2 	return 0;
      3 }
      4 
      5 #ifndef REQ
      6   #error required
      7 #endif
      8 
      9 #ifdef NREQ
     10   #error not required
     11 #endif
     12