summaryrefslogtreecommitdiff
path: root/tests/parser/void-parameter-invalid.test
blob: 11e8faf2bff737013064f171bd569a754a5823a4 (plain)
1
2
3
4
5
6
7
8
9
Invalid Code

public void test (void argument) {
	
}

void main () {
	test ();
}