Files
ANSLibs/swig-4.3.0/Examples/test-suite/bom_utf8.i

10 lines
110 B
OpenEdge ABL
Raw Normal View History

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