brintos

brintos / llvm-project-archived public Read only

0
0
Text · 263 B · 2ead63c Raw
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