diff options
Diffstat (limited to 'test/FrontendC/2003-10-06-NegateExprType.c')
-rw-r--r-- | test/FrontendC/2003-10-06-NegateExprType.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/FrontendC/2003-10-06-NegateExprType.c b/test/FrontendC/2003-10-06-NegateExprType.c deleted file mode 100644 index fb8329b..0000000 --- a/test/FrontendC/2003-10-06-NegateExprType.c +++ /dev/null @@ -1,8 +0,0 @@ -// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null - - -extern int A[10]; -void Func(int *B) { - B - &A[5]; -} - |