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.ssh12
1 files changed, 12 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..c08979f153d
--- /dev/null
+++ b/gcc/testsuite/gcc.dg/ss/one.ssh
@@ -0,0 +1,12 @@
+/* APPLE LOCAL file */
+/* Copyright (C) 2005 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;
+};