fpc/tests/webtbs/tw19622.pp
Jonas Maebe 67b8aceaee * synchronized with privatetrunk till r30095
git-svn-id: branches/hlcgllvm@30101 -
2015-03-05 20:32:15 +00:00

8 lines
112 B
ObjectPascal

var
c:boolean;
Begin
c:=18446744073709551615>=9223372036854775807;
if not(c) then
halt(1);
End.