blob: eaffa5e4bb77049bfbd797344294912087337dfb [file] [log] [blame]
/* 920717-y.c */
extern const char s[];
main()
{
puts(s);
}