blob: 0763f7c1674bcc3d1afbee2650bb417978d49cb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
program tb0497;
{This source file isolates an internal error 200311075 bug found on
2 dec 2005.}
{No code is needed, just using the unit triggers the bug.}
uses tb0497a;
begin
end.
|