blob: 00b90c7768f66fdbefd69d194cfbd07bf096de2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
{ %version=1.1 }
{ %NORUN }
program thintdir;
{$mode delphi}
uses
uhintdir;
type
t1 = record
end platform;
t2 = class
end platform;
t3 = object
end platform;
t4 = record
w1 : word deprecated;
w2 : word deprecated
end;
t5 = record
w1 : word deprecated;
end;
const
c1 : word = 2;
c2 = 21312 platform;
var
v1 : word deprecated library;
l1,
l2 : word deprecated;
procedure p1;platform deprecated;library;
begin
end;
procedure p2;platform;deprecated;
begin
end;
begin
end.
|