linkage-y.c   [plain text]


/* 920717-y.c */

extern const char s[];

main()
{
	puts(s);
}