This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
taddeus
/
civicaml
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
ac383a4b31
Rami (Branch)
Tag
master
civicaml
/
test
/
arrays
/
check_success
/
extern_array_arg.cvc
extern_array_arg.cvc
93 B
Cronologia
Originale
1
2
3
4
5
6
7
8
extern int[n] arr;
void foo(int[m] a) {}
export int main() {
foo(arr);
return 0;
}