Add error test for matching compatibility
This commit is contained in:
parent
c89bd13bb3
commit
b49a2e6f01
4
TestSuite/errors/err0291.pas
Normal file
4
TestSuite/errors/err0291.pas
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
begin
|
||||
var a: byte;
|
||||
var c := a is integer(var s);
|
||||
end.
|
||||
Loading…
Reference in a new issue