#Filename: Debug.a.out

Section ProgramDirectory;
EndSection;

Section Breakpoint;
main;
Stop;
EndSection;

Section Variable;
#Name;   Type;
EndSection;

Section Array;
#Name;   Type;   Size;   NumberOfAttribute;
EndSection;

Section LinkedList;
#StartingPoint;   Chained;   NumberOfAttribute;   NumberOfLinkage;
EndSection;

EndOfFile;