summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/921012-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/compile/921012-2.c')
-rwxr-xr-xgcc/testsuite/gcc.c-torture/compile/921012-2.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/testsuite/gcc.c-torture/compile/921012-2.c b/gcc/testsuite/gcc.c-torture/compile/921012-2.c
deleted file mode 100755
index 6f4de77..0000000
--- a/gcc/testsuite/gcc.c-torture/compile/921012-2.c
+++ /dev/null
@@ -1,7 +0,0 @@
-struct foo {
-int a,b,c;
-};
-f(struct foo*a,struct foo*b)
-{
-*a=*b;
-}