blob: 68f67cf30ab7752e883d1095435b17e195abed56 [file] [log] [blame]
Christopher Lambd763e3f2007-11-29 06:06:27 +00001// RUN: clang %s -emit-llvm 2>&1 | grep 0x3BFD83C940000000 | count 2
2// RUN: clang %s -emit-llvm 2>&1 | grep 0x46A3B8B5B5056E16 | count 2
3
4float F = 1e-19f;
5double D = 2e32;
6float F2 = 01e-19f;
7double D2 = 02e32;