blob: c0e21546a851cd1a37beb77c551f12d1a9aa91fc [file] [log] [blame]
Argyrios Kyrtzidisc577a0e2008-06-12 12:40:02 +00001// RUN: clang %s -emit-llvm -o - | grep 0x3BFD83C940000000 | count 2 &&
Chris Lattnere66b65c2008-02-06 01:42:25 +00002// RUN: clang %s -emit-llvm -o - | grep 2.000000e+32 | count 2
Christopher Lamb016765e2007-11-29 06:06:27 +00003
4float F = 1e-19f;
5double D = 2e32;
6float F2 = 01e-19f;
7double D2 = 02e32;