summaryrefslogtreecommitdiff
path: root/tests/semantic/method-main-throws.test
blob: 56f0ba144e5419683d45ab06df2454c37712a3ca (plain)
1
2
3
4
5
6
7
8
Invalid Code

errordomain FooError {
	BAR
}

void main () throws FooError {
}