9 lines · c
1// RUN: %clang_cc1 -fsyntax-only %s2// RUN: %clang_cc1 -fsyntax-only %s -fexperimental-new-constant-interpreter3 4typedef struct foo T0;5typedef const struct foo T1;6 7int a0[__builtin_types_compatible_p(T0,8 const T1) ? 1 : -1];9