1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00
llvm-mirror/test/FrontendC/inline-asm-function.c

7 lines
102 B
C
Raw Normal View History

// RUN: %llvmgcc -S %s -fasm-blocks -o - -O | grep naked
2010-04-29 00:23:46 +02:00
// 7533078 (partial).
asm int f() {
xyz
}