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