Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/bom_utf8.i
2019-08-04 21:38:19 -05:00

10 lines
110 B
OpenEdge ABL

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