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

typedef enum  {
	FOO_BAR,
	FOO_BAZ
} Foo;

static void _vala_main (void);

static void
_vala_main (void)
{
}

int
main (int argc,
      char ** argv)
{
	_vala_main ();
	return 0;
}