Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
f94e215e4a67e5439d56a67bbe470c7860d4b9a6
/
.
/
test
/
Sema
/
128bitint.c
blob: 45678e90a9c1ab7c4a1ad4e396e71f30ba2d50d5 [
file
] [
log
] [
blame
]
// RUN: clang -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
];