Procházet zdrojové kódy

+ test for previous commit

git-svn-id: trunk@10363 -
Jonas Maebe před 17 roky
rodič
revize
1cdf575657
2 změnil soubory, kde provedl 11 přidání a 0 odebrání
  1. 1 0
      .gitattributes
  2. 10 0
      tests/webtbf/tw10849.pp

+ 1 - 0
.gitattributes

@@ -7622,6 +7622,7 @@ tests/webtbf/tw0896a.pp svneol=native#text/plain
 tests/webtbf/tw10425a.pp svneol=native#text/plain
 tests/webtbf/tw10457.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/tw1238.pp svneol=native#text/plain
 tests/webtbf/tw1251a.pp svneol=native#text/plain

+ 10 - 0
tests/webtbf/tw10849.pp

@@ -0,0 +1,10 @@
+{ %fail }
+{ %opt=-Se1w2 }
+
+var
+  pc: pchar;
+  m,m1: longword;
+begin
+  m:=1;
+  pc^:=char(m-(m1*10)+byte('0'));
+end.