921e5a0eb4
From-SVN: r14840
9 lines
63 B
C
9 lines
63 B
C
/* 920717-y.c */
|
|
|
|
extern const char s[];
|
|
|
|
main()
|
|
{
|
|
puts(s);
|
|
}
|