Test for llvm-gcc checkin 102543.
[oota-llvm.git] / test / FrontendC / inline-asm-function.c
1 // RUN: %llvmgcc -S %s -fasm-blocks -o - -O | grep naked
2 // PR2094
3
4 asm int f() {
5   xyz
6 }