waf

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

test_funi.cpp.stpl (165B)


      1 #include <iostream>
      2 #include "funi.h"
      3 using namespace std;
      4 int main()
      5 {
      6     %for i in range(maxfuni):
      7         cout << func{{i}}(2) << endl;
      8     %end
      9     return 0;
     10 }