summaryrefslogtreecommitdiff
path: root/tests/delegates/delegate_only.c-expected
blob: dfcf7a5d2df10fa0d935f923935e2ae7b0b9a4b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* delegates_delegate_only.c generated by valac, the Vala compiler
 * generated from delegates_delegate_only.vala, do not modify */

#include <glib.h>

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;
}