Use __asm__ rather than asm in ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvsb / common.c
CommitLineData
22d5e339 1int foo;
07e7fdfd 2__asm__ (".hidden foo");
22d5e339
L
3
4int
5_start (void)
6{
7 return foo;
8}
9
10int
11__start (void)
12{
13 return _start ();
14}
This page took 0.71776 seconds and 4 git commands to generate.