aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-ctf/child-int.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-ctf/child-int.c')
-rw-r--r--ld/testsuite/ld-ctf/child-int.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/testsuite/ld-ctf/child-int.c b/ld/testsuite/ld-ctf/child-int.c
new file mode 100644
index 0000000..3454ce9
--- /dev/null
+++ b/ld/testsuite/ld-ctf/child-int.c
@@ -0,0 +1,4 @@
+struct child_int {
+ int i;
+};
+static struct child_int *a_child_int __attribute__((used));