From 8d6d94f49359de2963f190a21a5aa8328301b3a6 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Wed, 28 Apr 2010 22:17:33 +0000 Subject: Test for llvm-gcc checkin 102543. llvm-svn: 102544 --- llvm/test/FrontendC/inline-asm-function.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 llvm/test/FrontendC/inline-asm-function.c (limited to 'llvm/test/FrontendC/inline-asm-function.c') diff --git a/llvm/test/FrontendC/inline-asm-function.c b/llvm/test/FrontendC/inline-asm-function.c new file mode 100644 index 00000000000..b1ce79a5d5c --- /dev/null +++ b/llvm/test/FrontendC/inline-asm-function.c @@ -0,0 +1,6 @@ +// RUN: %llvmgcc -S %s -fasm-blocks -o - -O | grep naked +// PR2094 + +asm int f() { + xyz +} -- cgit v1.2.3