summaryrefslogtreecommitdiff
path: root/tests/structs/struct-empty-still.test
blob: 3a127074865501e593f625e98dc47d16f0115f7a (plain)
1
2
3
4
5
6
7
8
Invalid Code

struct Foo {
	public static int bar { get; set; }
}

void main () {
}