1 /* 920717-y.c */
2 
3 extern const char s[];
4 
main()5 main()
6 {
7 	puts(s);
8 }
9