remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2003-10-06-NegateExprType.c
blobfb8329b344b31cacfede204e4cca4550f6d15a66
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
4 extern int A[10];
5 void Func(int *B) {
6 B - &A[5];