aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/ms-fuzzy-asm.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/ms-fuzzy-asm.c')
-rw-r--r--test/Sema/ms-fuzzy-asm.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/Sema/ms-fuzzy-asm.c b/test/Sema/ms-fuzzy-asm.c
deleted file mode 100644
index 250e3222564d..000000000000
--- a/test/Sema/ms-fuzzy-asm.c
+++ /dev/null
@@ -1,9 +0,0 @@
-// RUN: %clang_cc1 %s -verify -fms-extensions
-
-#define M __asm int 0x2c
-#define M2 int
-
-void t1(void) { M }
-void t2(void) { __asm int 0x2c }
-void t3(void) { __asm M2 0x2c }
-void* t4(void) { __asm mov eax, fs:[0x10] }