1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/test/FrontendC/inline-asm-function.c
Dale Johannesen 5aa4801ddb Fix comment.
llvm-svn: 102545
2010-04-28 22:23:46 +00:00

7 lines
102 B
C

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