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

void foo (string arg = 42) {
}

void main () {
}