summaryrefslogtreecommitdiff
path: root/tests/arrays/inline-parameter.test
blob: 3802e498efaeebbc0992bda0ec4158c11002f4c2 (plain)
1
2
3
4
5
6
7
Invalid Code

void foo (int bar[]) {
}

void main () {
}