Home
About
API
searchcode server
PageRenderTime 4ms CodeModel.GetById 1ms app.highlight 0ms RepoModel.GetById 1ms app.codeStats 0ms
/trunk/Examples/test-suite/errors/c_extra_rbrace.i
#
Swig | 7 lines | 3 code | 4 blank | 0 comment | 0 complexity | 458f3575b106d6328807a55f8c971cee MD5 |
raw file
1
%module xxx
2
3
int foo(int);
4
5
}
6
7