mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 00:59:08 +02:00
tbug744 must fail
This commit is contained in:
parent
201af712e4
commit
210a1fc9f8
9
tests/webtbf/tbug744.pp
Normal file
9
tests/webtbf/tbug744.pp
Normal file
@ -0,0 +1,9 @@
|
||||
Unit tbug744;
|
||||
|
||||
Interface
|
||||
|
||||
Uses tbug744a;
|
||||
|
||||
Implementation
|
||||
|
||||
end.
|
10
tests/webtbf/tbug744a.pp
Normal file
10
tests/webtbf/tbug744a.pp
Normal file
@ -0,0 +1,10 @@
|
||||
Unit tbug744a;
|
||||
|
||||
Interface
|
||||
|
||||
Uses tbug744;
|
||||
|
||||
Implementation
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user