Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / FrontendC / 2002-06-25-FWriteInterfaceFailure.c
blobfb1b54bf72e29b9adf08642d0132cb95fe6840c0
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
3 #include <stdio.h>
5 void test() {
6 fprintf(stderr, "testing\n");