rt_gccstream/gcc/testsuite/gcc.misc-tests/linkage-y.c

9 lines
63 B
C

/* 920717-y.c */
extern const char s[];
main()
{
puts(s);
}