]> gcc.gnu.org Git - gcc.git/commitdiff
Duh.
authorJakub Jelinek <jakub@gcc.gnu.org>
Wed, 5 Dec 2001 14:11:14 +0000 (15:11 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 5 Dec 2001 14:11:14 +0000 (15:11 +0100)
From-SVN: r47672

gcc/testsuite/gcc.c-torture/compile/20011130-1.c [new file with mode: 0644]

diff --git a/gcc/testsuite/gcc.c-torture/compile/20011130-1.c b/gcc/testsuite/gcc.c-torture/compile/20011130-1.c
new file mode 100644 (file)
index 0000000..82ff042
--- /dev/null
@@ -0,0 +1,7 @@
+extern struct S x[];
+struct S { int i; };
+char *bar (const struct S *);
+void foo (void)
+{
+  bar (x);
+}
This page took 0.061481 seconds and 5 git commands to generate.