remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.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();