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

#include <glib.h>

static void _vala_main (void);

static void
_vala_main (void)
{
	{
		gint _tmp0_ = 0;
		_tmp0_ = 10;
	}
}

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