aboutsummaryrefslogtreecommitdiff
path: root/test/Lexer/c90.c
blob: 84d30467b94995f3d2b6fae84fdfab34221f8eb7 (plain)
1
2
3
4
5
// RUN: clang -std=c90 -fsyntax-only %s -verify

enum { cast_hex = (long) (
      0x0p-1   /* expected-error {{invalid suffix 'p' on integer constant}} */
     ) };