blob: 23daa49ad2109c55682c05fd4733e775c22fb11e [file] [log] [blame]
Benjamin Kramer0b495cd2010-06-25 12:48:07 +00001// RUN: %clang_cc1 -fsyntax-only -verify -pedantic %s
Douglas Gregor46717302011-10-12 18:51:02 +00002// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify -pedantic %s
3float f = 0x1p+1; // expected-warning{{hexadecimal floating constants are a C99 feature}}
Sean Hunt8c723402010-01-10 23:37:56 +00004