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