From: Mike Stump Date: Fri, 11 Dec 2009 00:10:15 +0000 (+0000) Subject: Testcase for recent checkin. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23b7217c24891020e48cea9188cc6b512bdaa84d;p=clang Testcase for recent checkin. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91080 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/ms-fuzzy-asm.c b/test/Sema/ms-fuzzy-asm.c index 58dcbcfc52..2113949f23 100644 --- a/test/Sema/ms-fuzzy-asm.c +++ b/test/Sema/ms-fuzzy-asm.c @@ -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] }