summaryrefslogtreecommitdiff
path: root/tests/semantic/parameter-out-default.test
blob: c6f125f5733ab6dfd4fedfceb25f815658a0103f (plain)
1
2
3
4
5
6
7
Invalid Code

void foo (out int arg = 42) {
}

void main () {
}