summaryrefslogtreecommitdiff
path: root/tests/structs/struct-no-gtype-inherit.c-expected
blob: 99211b9f3a928c973939645476234413f3cdb711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* structs_struct_no_gtype_inherit.c generated by valac, the Vala compiler
 * generated from structs_struct_no_gtype_inherit.vala, do not modify */

#include <stdint.h>

typedef int32_t foo_t;
typedef foo_t bar_t;

static void _vala_main (void);

static void
_vala_main (void)
{
}

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