Don't run test on PPC darwin.
[oota-llvm.git] / test / FrontendC / inline-asm-function.c
1 // RUN: %llvmgcc -S %s -fasm-blocks -o - -O | grep naked
2 // 7533078 (partial).
3
4 asm int f() {
5   xyz
6 }