PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git] / test / FrontendC / attribute_constructor.c
blobb2f7c9b19fc031244851576d5c46ef69c28b0b3b
1 // RUN: %llvmgcc %s -c -o - | llvm-dis | grep llvm.global_ctors
3 void foo() __attribute__((constructor));
4 void foo() {
5 bar();