Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
1261938ec42b0a1b82bec5fe901b7fc02a23d9a1
/
.
/
test
/
Lexer
/
c90.c
blob: 4bbddaf38b4d43d1a7d9d418f65b18dc9d6ed8e9 [
file
] [
log
] [
blame
]
/* RUN: clang -std=c90 -fsyntax-only %s -verify -pedantic-errors
*/
enum
{
cast_hex
=
(
long
)
(
0x0p
-
1
/* expected-error {{hexadecimal floating constants are a C99 feature}} */
)
};