aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/gcc.c-torture/compile/pr40556.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/testsuite/gcc.c-torture/compile/pr40556.c b/gcc/testsuite/gcc.c-torture/compile/pr40556.c
index a7b25b7af8f..625175d7788 100644
--- a/gcc/testsuite/gcc.c-torture/compile/pr40556.c
+++ b/gcc/testsuite/gcc.c-torture/compile/pr40556.c
@@ -9,14 +9,3 @@ void bar()
{
foo();
}
-struct A {};
-
-struct A foo()
-{
- return foo();
-}
-
-void bar()
-{
- foo();
-}