diff options
Diffstat (limited to 'test/FrontendC/inline-asm-function.c')
-rw-r--r-- | test/FrontendC/inline-asm-function.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/FrontendC/inline-asm-function.c b/test/FrontendC/inline-asm-function.c deleted file mode 100644 index e584840..0000000 --- a/test/FrontendC/inline-asm-function.c +++ /dev/null @@ -1,6 +0,0 @@ -// RUN: %llvmgcc -S %s -fasm-blocks -o - -O | grep naked -// 7533078 (partial). - -asm int f() { - xyz -} |