Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
clang
/
test
/
Sema
/
ms-inline-asm-invalid-arch.c
blob: 7dd1fac66f3e140a5a7f11d16194e4cf3a3ee419 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 %s -triple powerpc64-unknown-linux-gnu -fasm-blocks -verify -fsyntax-only
void
f
(
void
)
{
__asm nop
// expected-error {{unsupported architecture 'powerpc64' for MS-style inline assembly}}
}