aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/unit/87 prelinking/file4.c
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/unit/87 prelinking/file4.c')
-rw-r--r--meson/test cases/unit/87 prelinking/file4.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/meson/test cases/unit/87 prelinking/file4.c b/meson/test cases/unit/87 prelinking/file4.c
new file mode 100644
index 000000000..622364e78
--- /dev/null
+++ b/meson/test cases/unit/87 prelinking/file4.c
@@ -0,0 +1,9 @@
+#include<private_header.h>
+
+int round1_d() {
+ return round2_a();
+}
+
+int round2_d() {
+ return 42;
+}