mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 11:49:18 +02:00
+ test for previous commit
git-svn-id: trunk@10363 -
This commit is contained in:
parent
e9108ed51c
commit
1cdf575657
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -7622,6 +7622,7 @@ tests/webtbf/tw0896a.pp svneol=native#text/plain
|
|||||||
tests/webtbf/tw10425a.pp svneol=native#text/plain
|
tests/webtbf/tw10425a.pp svneol=native#text/plain
|
||||||
tests/webtbf/tw10457.pp svneol=native#text/plain
|
tests/webtbf/tw10457.pp svneol=native#text/plain
|
||||||
tests/webtbf/tw10833a.pp svneol=native#text/plain
|
tests/webtbf/tw10833a.pp svneol=native#text/plain
|
||||||
|
tests/webtbf/tw10849.pp svneol=native#text/plain
|
||||||
tests/webtbf/tw1157a.pp svneol=native#text/plain
|
tests/webtbf/tw1157a.pp svneol=native#text/plain
|
||||||
tests/webtbf/tw1238.pp svneol=native#text/plain
|
tests/webtbf/tw1238.pp svneol=native#text/plain
|
||||||
tests/webtbf/tw1251a.pp svneol=native#text/plain
|
tests/webtbf/tw1251a.pp svneol=native#text/plain
|
||||||
|
10
tests/webtbf/tw10849.pp
Normal file
10
tests/webtbf/tw10849.pp
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{ %fail }
|
||||||
|
{ %opt=-Se1w2 }
|
||||||
|
|
||||||
|
var
|
||||||
|
pc: pchar;
|
||||||
|
m,m1: longword;
|
||||||
|
begin
|
||||||
|
m:=1;
|
||||||
|
pc^:=char(m-(m1*10)+byte('0'));
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user