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

asm int f() {
  xyz
}