]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Added.
authorOvidiu Predescu <ovidiu@gcc.gnu.org>
Tue, 21 Nov 2000 08:32:12 +0000 (08:32 +0000)
committerOvidiu Predescu <ovidiu@gcc.gnu.org>
Tue, 21 Nov 2000 08:32:12 +0000 (08:32 +0000)
From-SVN: r37609

gcc/testsuite/objc/execute/fdecl.m [new file with mode: 0644]

diff --git a/gcc/testsuite/objc/execute/fdecl.m b/gcc/testsuite/objc/execute/fdecl.m
new file mode 100644 (file)
index 0000000..7058fba
--- /dev/null
@@ -0,0 +1,13 @@
+/* Bug report submitted by igorkh@hotbot.com on submit@bugs.debian.org
+   Thu, 13 Apr 2000 09:42:08 -0400 */
+
+@class AClass;
+
+@interface test
+{
+        AClass foo;
+}
+@end
+
+@implementation test
+@end