swig/Examples/test-suite/testdir/subdir1/hello.i

15 lines
130 B
OpenEdge ABL

#ifndef __subdir1_hello_i__
#define __subdir1_hello_i__
%inline %{
struct A
{
};
%}
#endif //__subdir1_hello_i__