mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-03 14:17:23 +01:00
parent
d4d401b26d
commit
a67c184200
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -18303,6 +18303,7 @@ tests/webtbs/tw32111.pp svneol=native#text/pascal
|
|||||||
tests/webtbs/tw32115.pp svneol=native#text/pascal
|
tests/webtbs/tw32115.pp svneol=native#text/pascal
|
||||||
tests/webtbs/tw32118.pp svneol=native#text/pascal
|
tests/webtbs/tw32118.pp svneol=native#text/pascal
|
||||||
tests/webtbs/tw3212.pp svneol=native#text/plain
|
tests/webtbs/tw3212.pp svneol=native#text/plain
|
||||||
|
tests/webtbs/tw32139.pp -text svneol=native#text/pascal
|
||||||
tests/webtbs/tw3214.pp svneol=native#text/plain
|
tests/webtbs/tw3214.pp svneol=native#text/plain
|
||||||
tests/webtbs/tw32150.pp svneol=native#text/pascal
|
tests/webtbs/tw32150.pp svneol=native#text/pascal
|
||||||
tests/webtbs/tw3216.pp svneol=native#text/plain
|
tests/webtbs/tw3216.pp svneol=native#text/plain
|
||||||
|
|||||||
11
tests/webtbs/tw32139.pp
Normal file
11
tests/webtbs/tw32139.pp
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{ %OPT=-Seh }
|
||||||
|
program Test;
|
||||||
|
|
||||||
|
{$HINTS ON}
|
||||||
|
|
||||||
|
var
|
||||||
|
cur: Currency;
|
||||||
|
begin
|
||||||
|
cur := 3.5;
|
||||||
|
cur := cur / 1.5;
|
||||||
|
end.
|
||||||
Loading…
Reference in New Issue
Block a user