diff options
Diffstat (limited to 'test/Lexer/constants.c')
-rw-r--r-- | test/Lexer/constants.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Lexer/constants.c b/test/Lexer/constants.c index 2602ec2..de0962e 100644 --- a/test/Lexer/constants.c +++ b/test/Lexer/constants.c @@ -62,3 +62,6 @@ double t1[] = { -1.9e500, // expected-warning {{too large}} -1.9e-500 // expected-warning {{too small}} }; + +// PR7888 +double g = 1e100000000; // expected-warning {{too large}} |