summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw21151.pp
blob: f6b6ab370325525bb115f1170c8793cc834ac263 (plain)
1
2
3
4
5
6
const
  cs = single(0.05);
begin
  if sizeof(cs)<>4 then
    halt(1);
end.