Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:49:18

0001 // ./smeta_test.sh
0002 
0003 #include "smeta.h"
0004 
0005 int main()
0006 {
0007     std::string meta ; 
0008     smeta::Collect(meta, "tests/smeta_test.cc"); 
0009     std::cout << meta << std::endl ; 
0010 
0011     return 0 ; 
0012 }