소스 검색

*** empty log message ***

florian 25 년 전
부모
커밋
b32c265412
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      tests/test/testti1.pp

+ 8 - 0
tests/test/testti1.pp

@@ -0,0 +1,8 @@
+type
+   pbyte = ^byte;
+
+begin
+   if (pbyte(typeinfo(longint))^<>1 then
+     halt(1);
+end.
+