hanchenye-llvm-project/llvm/test/FrontendC/inline-asm-function.c

7 lines
102 B
C

// RUN: %llvmgcc -S %s -fasm-blocks -o - -O | grep naked
// 7533078 (partial).
asm int f() {
xyz
}