xref: /csrg-svn/old/dbx/tests/pc/records.out (revision 44178)
1*44178Sbosticreading symbolic information ...
2*44178Sbostictype Rec = record
3*44178Sbostic    charValue : char;
4*44178Sbostic    intValue : integer;
5*44178Sbostic    subrange : 0..1000;
6*44178Sbostic    realValue : real;
7*44178Sbosticend;
8*44178Sbosticvar r : Rec;
9*44178Sbostic
10*44178Sbosticexecution completed
11*44178Sbostic(charValue = 'c', intValue = 3, subrange = 10, realValue = 3.4)
12*44178Sbostic3.4 10 3 'c'
13*44178Sbostic
14