blob: 3c8780b6151757cec7027ba032a6569df06416b1 [file] [log] [blame]
%module global_functions
%inline %{
void global_void(void) {}
int global_one(int i) { return i; }
int global_two(int i, int j) { return i+j; }
%}