summaryrefslogtreecommitdiff
path: root/test/FrontendC/inline-asm-function.c
blob: e5848409865b92544f0b65b28960e30eac0c0efe (plain)
1
2
3
4
5
6
// RUN: %llvmgcc -S %s -fasm-blocks -o - -O | grep naked
// 7533078 (partial).

asm int f() {
  xyz
}