mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 10:39:18 +02:00
* added missing %fail flags
This commit is contained in:
parent
595bf10fa7
commit
0283ad41dc
@ -1,3 +1,5 @@
|
|||||||
|
{ %FAIL }
|
||||||
|
|
||||||
{ derived from source for Bug Report 1203 }
|
{ derived from source for Bug Report 1203 }
|
||||||
{ in FPC mode this shouldn't compile }
|
{ in FPC mode this shouldn't compile }
|
||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
{ %FAIL }
|
||||||
|
|
||||||
{ derived from Web Bug Report 1203 }
|
{ derived from Web Bug Report 1203 }
|
||||||
{$mode Delphi}
|
{$mode Delphi}
|
||||||
type
|
type
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
{ %FAIL }
|
||||||
|
|
||||||
{ derived from Web Bug Report 1203 }
|
{ derived from Web Bug Report 1203 }
|
||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
type
|
type
|
||||||
|
@ -4,7 +4,7 @@ type
|
|||||||
pbyte = ^byte;
|
pbyte = ^byte;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
if (pbyte(typeinfo(longint))^<>1 then
|
if pbyte(typeinfo(longint))^<>1 then
|
||||||
halt(1);
|
halt(1);
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user