summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/pr46409.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/debug/pr46409.c')
-rw-r--r--gcc/testsuite/gcc.dg/debug/pr46409.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/testsuite/gcc.dg/debug/pr46409.c b/gcc/testsuite/gcc.dg/debug/pr46409.c
deleted file mode 100644
index 066cb67aee..0000000000
--- a/gcc/testsuite/gcc.dg/debug/pr46409.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* PR debug/46409 */
-/* { dg-options "-g" } */
-
-int
-foo (int (*x) (unsigned long long), unsigned long long y)
-{
- unsigned int z = x (y);
- return 0;
-}