summaryrefslogtreecommitdiff
path: root/tests/basic-types/bug647222.c-expected
blob: ac7a23a329178cf86de7405a2b60dff021e40051 (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
25
26
27
28
29
30
/* basic_types_bug647222.c generated by valac, the Vala compiler
 * generated from basic_types_bug647222.vala, do not modify */

#include <glib-object.h>
#include <glib.h>

static void _vala_main (void);

static void
_vala_main (void)
{
	GValue** v = NULL;
	GValue** _tmp0_;
	gint v_length1;
	gint _v_size_;
	_tmp0_ = g_new0 (GValue*, 10);
	v = _tmp0_;
	v_length1 = 10;
	_v_size_ = v_length1;
	v = (g_free (v), NULL);
}

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