diff options
Diffstat (limited to 'test-suite/output/FloatSyntax.v')
| -rw-r--r-- | test-suite/output/FloatSyntax.v | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/output/FloatSyntax.v b/test-suite/output/FloatSyntax.v index eca712db10..36ffc27239 100644 --- a/test-suite/output/FloatSyntax.v +++ b/test-suite/output/FloatSyntax.v @@ -20,6 +20,12 @@ Check 2.5e123. Check (-2.5e-123). Check (2 + 2). Check (2.5 + 2.5). +Check -0x1a. +Check 0xb.2c. +Check -0x1ae2. +Check 0xb.2cp2. +Check 0xb.2cp8. +Check -0xb.2cp-2. Check 1e309. Check -1e309. |
