blob: 39492213030a13a44ac859119450d2ca53f1b8b4 [file] [log] [blame]
%module robin
%inline %{
const char *run(void) {
return "AWAY!";
}
%}