aboutsummaryrefslogtreecommitdiff
path: root/test/Lexer/c90.c
blob: 4bbddaf38b4d43d1a7d9d418f65b18dc9d6ed8e9 (plain)
1
2
3
4
5
6
/* 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}} */
     ) };