summaryrefslogtreecommitdiff
path: root/tests/structs/simple-type-disposable.test
blob: 68f64a98ee340ee1d12c8812972071c6ba76a0be (plain)
1
2
3
4
5
6
7
8
9
Invalid Code

[SimpleType]
struct Foo {
	public string s;
}

void main () {
}