1 // RUN: %llvmgcc -S -O0 -g %s -o - | \
2 // RUN: llc --disable-fp-elim -o %t.s -O0 -relocation-model=pic
3 // RUN: %compile_c %t.s -o %t.o
4 // RUN: %link %t.o -o %t.exe
5 // RUN: echo {break 24\nrun\np loc\n} > %t.in
6 // RN: gdb -q -batch -n -x %t.in %t.exe | tee %t.out | \
12 int __attribute__((always_inline
)) bar() {