Use __asm__ rather than asm in ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size-7a.c
CommitLineData
8fd4256d
L
1#include <stdio.h>
2
07e7fdfd 3extern char size_of_bar __asm__ ("bar@SIZE");
8fd4256d
L
4
5int
6main ()
7{
8 if (10 == (long) &size_of_bar)
9 printf ("OK\n");
10
11 return 0;
12}
This page took 0.364942 seconds and 4 git commands to generate.