Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
Sema
/
PR2919-builtin-types-compat-strips-crv.c
blob: 9c1335786a50067cca39a222e2c6631fc1fb3d8a [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only %s
typedef
struct
foo T0
;
typedef
const
struct
foo T1
;
int
a0
[
__builtin_types_compatible_p
(
T0
,
const
T1
)
?
1
:
-
1
];