fpc/tests/webtbs/uw10477.pp

16 lines
130 B
ObjectPascal

unit uw10477;
interface
var
MyVar: longint;
implementation
{$if sizeof(MyVar)<>4}
{$Message FAIL 'Error'}
{$ifend}
end.