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

struct Foo {
	public int bar[];
}

void main () {
}