Re: lto-18 test
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr20070a.c
CommitLineData
3355cb3b
L
1extern int printf (const char *fmt, ...);
2
3extern const char *text;
4
5int main (int argc, const char **argv)
6{
7 printf ("%s\n", text);
8 return 0;
9}
This page took 0.228433 seconds and 4 git commands to generate.