Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
nnesse
/
minwin-gcc-5-2
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
f5de7b477e
Branches
Tags
master
minwin-gcc-5-2
/
gcc
/
testsuite
/
gcc.misc-tests
/
linkage-y.c
linkage-y.c
63 B
Historique
Raw
1
2
3
4
5
6
7
8
9
/* 920717-y.c */
extern const char s[];
main()
{
puts(s);
}