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

struct Foo {
	public int i;
	public static string bar = "Foobar";
}

void main () {
}