blob: 32af3faef9aa1168e210193017d6e9f23eca3fd9 [file] [log] [blame]
Anastasia Stulova5c1a2c52016-02-17 11:34:37 +00001// RUN: %clang_cc1 -fsyntax-only -verify -pedantic %s
2float a = 1.0h; // expected-error{{invalid suffix 'h' on floating constant}}
3float b = 1.0H; // expected-error{{invalid suffix 'H' on floating constant}}