summaryrefslogtreecommitdiff
path: root/gcc_arm/testsuite/gcc.c-torture/unsorted/callind.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/unsorted/callind.c')
-rwxr-xr-xgcc_arm/testsuite/gcc.c-torture/unsorted/callind.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/unsorted/callind.c b/gcc_arm/testsuite/gcc.c-torture/unsorted/callind.c
deleted file mode 100755
index 74c0f1f..0000000
--- a/gcc_arm/testsuite/gcc.c-torture/unsorted/callind.c
+++ /dev/null
@@ -1,8 +0,0 @@
-call (foo, a)
- int (**foo) ();
-{
-
- (foo)[1] = call;
-
- foo[a] (1);
-}