[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git] / test / SemaCXX / types_compatible_p.cpp
blob4aa9a1cfa939bb943aa6888611f5a26ad97cc025
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 bool f() {
4 return __builtin_types_compatible_p(int, const int); // expected-error{{C++}}