summaryrefslogtreecommitdiff
path: root/tests/semantic/method-virtual.test
blob: 553cd5605faff6df23168853ff90ed9ca93c2d52 (plain)
1
2
3
4
5
6
7
Invalid Code

virtual void foo () {
}

void main () {
}