aboutsummaryrefslogtreecommitdiff
path: root/test/initializer-empty.c
blob: e3e444c12a8cb22cdd187f51a2fc9df7131b58e4 (plain)
1
2
3
4
int x = {};
void f(void) {
	int y = {};
}