mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
5aa4801ddb
llvm-svn: 102545
7 lines
102 B
C
7 lines
102 B
C
// RUN: %llvmgcc -S %s -fasm-blocks -o - -O | grep naked
|
|
// 7533078 (partial).
|
|
|
|
asm int f() {
|
|
xyz
|
|
}
|