summaryrefslogtreecommitdiff
path: root/tests/semantic/method-extern-body.test
blob: 0ca2dc8d185ae14e83fbb00c4fab8c9c9405781e (plain)
1
2
3
4
5
6
7
Invalid Code

extern void foo () {
}

void main () {
}