Files

10 lines
110 B
OpenEdge ABL
Raw Permalink Normal View History

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