forked from OSchip/llvm-project
parent
149e8e042f
commit
61b2f2bc9e
|
@ -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!}}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue