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

#include <glib.h>

static void _vala_main (void);

static void
_vala_main (void)
{
	if (TRUE) {
		return;
	}
}

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