summaryrefslogtreecommitdiff
path: root/Examples/test-suite/bom_utf8.i
blob: 010774937da1fa6bbbdc6765659e49fd30dbec3b (plain)
1
2
3
4
5
6
7
8
9
%module bom_utf8

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