aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/ss/one.ssh
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/ss/one.ssh')
-rw-r--r--gcc/testsuite/gcc.dg/ss/one.ssh13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/ss/one.ssh b/gcc/testsuite/gcc.dg/ss/one.ssh
new file mode 100644
index 00000000000..57d77bbf06d
--- /dev/null
+++ b/gcc/testsuite/gcc.dg/ss/one.ssh
@@ -0,0 +1,13 @@
+/* APPLE LOCAL entire file */
+
+/* Copyright (C) 2003 Free Software Foundation.
+ Contributed by Devang Patel <dpatel@apple.com> */
+
+/* Test simple use of symbol repository.
+ Part of one.c test. */
+
+struct x_y_point
+{
+ int x;
+ int y;
+};