aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/objc.dg/ss/one_part_2.m
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/objc.dg/ss/one_part_2.m')
-rw-r--r--gcc/testsuite/objc.dg/ss/one_part_2.m13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/testsuite/objc.dg/ss/one_part_2.m b/gcc/testsuite/objc.dg/ss/one_part_2.m
new file mode 100644
index 00000000000..0132135f4d1
--- /dev/null
+++ b/gcc/testsuite/objc.dg/ss/one_part_2.m
@@ -0,0 +1,13 @@
+/* APPLE LOCAL file */
+/* Copyright (C) 2005 Free Software Foundation.
+ Contributed by Devang Patel <dpatel@apple.com> */
+
+/* Test simple use of symbol repository.
+ Include file one.h is supplied as one.ssh in this directory,
+ so that ss.exp can pick it up as candidate for making
+ repository. */
+/* { dg-do assemble } */
+#include "one.h"
+extern int foo ()
+{
+}