PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.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");