/* delegates_delegate_only.c generated by valac, the Vala compiler * generated from delegates_delegate_only.vala, do not modify */ #include typedef void (*FooFunc) (gpointer user_data); static void _vala_main (void); static void _vala_main (void) { } int main (int argc, char ** argv) { _vala_main (); return 0; }