10 lines
110 B
OpenEdge ABL
10 lines
110 B
OpenEdge ABL
%module bom_utf8
|
|
|
|
/* Test for UTF8 BOM at start of file */
|
|
%inline %{
|
|
struct NotALotHere {
|
|
int n;
|
|
};
|
|
%}
|
|
|