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