]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/testsuite/two_file_test_2.cc
From Cary Coutant: Fix mixing PIC and non-PIC relocs in the same
[thirdparty/binutils-gdb.git] / gold / testsuite / two_file_test_2.cc
index 806409e771f4f9be655659392ba16821a5217690..36873ccb53868ae279eecdd553143374567358ce 100644 (file)
@@ -33,6 +33,12 @@ t1_2()
   return 123;
 }
 
+bool
+t1a()
+{
+  return t1_2() == 123;
+}
+
 // 2  Code in file 1 refers to global data in file 2.
 
 int v2 = 456;