#line 1 "-" #line 1 "test/hello_world.g" /*include_c "stdio.h"; Having problems with the solaris stdio.h and swig. -Jeremy */ use "g_stdio.g"; fun main() -> int@ { printf("Hello world!\n"); return 0; }