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

void foo (ref int arg = 42) {
}

void main () {
}