aboutsummaryrefslogtreecommitdiff
path: root/testsuite/compilable/single_literals.elna
blob: ac03623f1c19262b3a405b28100bfac864468c6d (plain)
1
2
3
4
5
6
7
8
9
proc f()
var
  x: const Single := 3.14f
  y: const Single := 1e10f
  z: const Single := 4.567e8f
  t: const Single := 2.5E-3f
return

end.