File indexing completed on 2024-05-26 04:42:31

0001 #include "includes/foo.h"
0002 #include "includes/asdf.h"
0003 
0004 /**
0005  * "toString": "foo myFoo"
0006  */
0007 foo myFoo;
0008 
0009 /**
0010  * "toString": "bar myBar"
0011  */
0012 bar myBar;
0013 
0014 int main()
0015 {
0016     return asdf();
0017 }