Use __asm__ rather than asm in gold testsuite
[deliverable/binutils-gdb.git] / gold / testsuite / pr22266_a.c
index b58254c913bb09f354715e14fd95275066b34c24..7c773db5466e8ef775372ac20f83f3ded297b2d4 100644 (file)
@@ -3,3 +3,11 @@ static int int_from_a_1 = 0x11223344;
 
 __attribute__((section(".data.rel.ro.a")))
 int *p_int_from_a_2 = &int_from_a_1;
+
+const char *hello (void);
+
+const char *
+hello (void)
+{
+  return "XXXHello, world!" + 3;
+}
This page took 0.024062 seconds and 4 git commands to generate.