Added floating point constants to test

constants
parent c561060470
commit f49b0ce2b9

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