summaryrefslogtreecommitdiff
path: root/tests/semantic/struct-field-initializer.test
blob: ced66c4d8e3451c4f854b74bed56cd7c90513487 (plain)
1
2
3
4
5
6
7
8
Invalid Code

struct Foo {
	public int i = 42;
}

void main () {
}