blob: b1ce79a5d5cf62c58b4b3a5d72c3b2b72a31cb33 [file] [log] [blame]
Dale Johannesen21a9bd92010-04-28 22:17:33 +00001// RUN: %llvmgcc -S %s -fasm-blocks -o - -O | grep naked
2// PR2094
3
4asm int f() {
5 xyz
6}