summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/union_start.tpl
blob: a46c99c1e15ff4c268f4b7bcf0ee1104a939e651 (plain)
1
2
3
	il->@ELEM@ = (void *)malloc(sizeof(*(il->@ELEM@)));
	if (!il->@ELEM@) goto fail;
	switch (il->@SWITCH@) {