github.com/sercand/please@v13.4.0+incompatible/test/cc_rules/lib2.cc (about)

     1  #include "test/cc_rules/lib1.h"
     2  
     3  namespace thought_machine {
     4  
     5  int get_number_2() {
     6      return 215;
     7  }
     8  
     9  }  // namespace thought_machine