[ms-inline asm] Test case for r170037.

llvm-svn: 170038
This commit is contained in:
Chad Rosier 2012-12-12 22:46:23 +00:00
parent 149e8e042f
commit 61b2f2bc9e
1 changed files with 4 additions and 1 deletions

View File

@ -31,5 +31,8 @@ void f() {
__asm {
mov eax, LENGTH foo // expected-error {{Unsupported directive!}}
}
f();
__asm {
mov eax, TYPE bar // expected-error {{Unable to lookup TYPE of expr!}}
}
}