Added floating point constants to test

This commit is contained in:
Tristan B. Velloza Kildaire 2022-07-26 10:34:53 +02:00
parent c561060470
commit f49b0ce2b9
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
module simple;
float df;
float f1 = 1.4;
double f2 = 1.4;