This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
taddeus
/
civicaml
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
098b5ebc19
Branches
Tags
master
civicaml
/
test
/
arrays
/
check_success
/
extern_array_arg.cvc
extern_array_arg.cvc
93 B
Historique
Raw
1
2
3
4
5
6
7
8
extern int[n] arr;
void foo(int[m] a) {}
export int main() {
foo(arr);
return 0;
}