/* methods_bug649562.c generated by valac, the Vala compiler * generated from methods_bug649562.vala, do not modify */ #include static void _vala_main (void); static gboolean _vala_lambda0_ (void); static gboolean __vala_lambda0__gsource_func (gpointer self); static gboolean _vala_lambda0_ (void) { static const gint b = 3; gboolean result; result = FALSE; return result; } static gboolean __vala_lambda0__gsource_func (gpointer self) { gboolean result; result = _vala_lambda0_ (); return result; } static void _vala_main (void) { GSourceFunc f = NULL; gpointer f_target; GDestroyNotify f_target_destroy_notify; { static const gint a = 2; } f = __vala_lambda0__gsource_func; f_target = NULL; f_target_destroy_notify = NULL; (f_target_destroy_notify == NULL) ? NULL : (f_target_destroy_notify (f_target), NULL); f = NULL; f_target = NULL; f_target_destroy_notify = NULL; } int main (int argc, char ** argv) { _vala_main (); return 0; }