blob: 30b16006c685bbfc510dee81c581dc67d717e604 [file] [log] [blame]
// RUN: clang-cc -fsyntax-only -verify %s
bool f() {
return __builtin_types_compatible_p(int, const int); // expected-error{{C++}}
}