]> granicus.if.org Git - clang/commitdiff
Testcase for recent checkin.
authorMike Stump <mrs@apple.com>
Fri, 11 Dec 2009 00:10:15 +0000 (00:10 +0000)
committerMike Stump <mrs@apple.com>
Fri, 11 Dec 2009 00:10:15 +0000 (00:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91080 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/ms-fuzzy-asm.c

index 58dcbcfc52323ca452aacff8e7b3c8dde26d80ab..2113949f237bec117e09f9b47fd71098a9c6e0bd 100644 (file)
@@ -6,4 +6,4 @@
 void t1(void) { M }
 void t2(void) { __asm int 0x2c }
 void t3(void) { __asm M2 0x2c } 
-
+void* t4(void) { __asm mov eax, fs:[0x10] }