waf

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

main.cpp (80B)


      1 #include "my_include.hpp"
      2 
      3 #include <string>
      4 
      5 int main()
      6 {
      7 	std::string test;
      8 }