swig/Examples/test-suite/bom_utf8.i

10 lines
110 B
OpenEdge ABL

%module bom_utf8
/* Test for UTF8 BOM at start of file */
%inline %{
struct NotALotHere {
int n;
};
%}