Sign in
cobalt
/
cobalt
/
b95ea55ccebda33f820d043e4b4dc85c10d7584d
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
CodeGen
/
builtins-arm-msvc-compat-error.c
blob: 29469deb6a700e13e1370a39b86beffd3f3790b5 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -triple thumbv7-windows -fms-extensions -verify %s
void
emit_error
(
unsigned
int
opcode
)
{
__emit
(
opcode
);
// expected-error {{argument to '__emit' must be a constant integer}}
}