Use __asm__ rather than asm in ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size-10b.c
CommitLineData
9a645e5c 1__thread char bar[10];
07e7fdfd 2extern char size_of_bar __asm__ ("bar@SIZE");
9a645e5c
L
3char *bar_size = &size_of_bar;
4
5char *
6get_bar (int i, int v)
7{
8 bar[i] = v;
9 return bar;
10}
This page took 0.34995 seconds and 4 git commands to generate.