waf

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

b.cpp (60B)


      1 #include "b.h"
      2 
      3 bar::bar()
      4 {
      5 
      6 }
      7 
      8 int main()
      9 {
     10 	return 1;
     11 }
     12