waf

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

main.cpp (75B)


      1 #include <iostream>
      2 
      3 extern void foo();
      4 
      5 int main() {
      6 	foo();
      7 	return 0;
      8 }