summaryrefslogtreecommitdiff
path: root/tests/parser/local-variable-multi-one-line.vala
blob: 7ef51ea183b5b78a35fd12e3e634e3c16f0ebbf3 (plain)
1
2
3
void main () {
	int a, b[2] = { 23, 42 }, c = 4711;
}