Sign in
llvm
/
clang
/
refs/heads/release_27
/
.
/
test
/
SemaCXX
/
types_compatible_p.cpp
blob: 4aa9a1cfa939bb943aa6888611f5a26ad97cc025 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify %s
bool
f
()
{
return
__builtin_types_compatible_p
(
int
,
const
int
);
// expected-error{{C++}}
}