Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
3240469102eca90fa5123ec9636fa0364df3034c
/
.
/
test
/
Sema
/
128bitint.c
blob: 2a18d904f8f273518478bcc4a86510070e7088a7 [
file
] [
log
] [
blame
]
// RUN: clang-cc -fsyntax-only -verify %s
typedef
int
i128 __attribute__
((
__mode__
(
TI
)));
typedef
unsigned
u128 __attribute__
((
__mode__
(
TI
)));
int
a
[((
i128
)-
1
^
(
i128
)-
2
)
==
1
?
1
:
-
1
];
int
a
[(
u128
)-
1
>
1LL
?
1
:
-
1
];