Shrink Thumb2 movcc instructions.
[llvm/avr.git] / test / FrontendC / 2008-03-03-CtorAttrType.c
blobdc0e47d811a4d2d3c940b4ddc7d8631c0dd1b350
1 // RUN: %llvmgcc %s -S -emit-llvm -o - | grep llvm.global_ctors
2 int __attribute__((constructor)) foo(void) {
3 return 0;
5 void __attribute__((constructor)) bar(void) {}