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}} */
) };