/tags/rel-1-3-25/SWIG/Examples/test-suite/errors/c_missing_semi.i
# · Swig · 4 lines · 3 code · 1 blank · 0 comment · 0 complexity · baac1e90886b6022146b16b93d8b5457 MD5 · raw file
- %module xxx
- int foo(int)
- int bar(int,int);
# · Swig · 4 lines · 3 code · 1 blank · 0 comment · 0 complexity · baac1e90886b6022146b16b93d8b5457 MD5 · raw file
- %module xxx
- int foo(int)
- int bar(int,int);