blob: 0e374881abf9e09ba2f6f1ec9eb7cc239bc6d157 [file] [log] [blame]
// RUN: clang -fsyntax-only %s
typedef struct foo T0;
typedef const struct foo T1;
int a0[__builtin_types_compatible_p(T0,
const T1) ? 1 : -1];