fpc/tests/webtbs/tw13596.pp
Jonas Maebe 79c70c52a7 * store/restore taddnode.resultrealdef to/from the ppufiles, and also
copy/compare it when copying/comparing taddnodes (necessary for inlined
    procedures, mantis #13596)

git-svn-id: trunk@13054 -
2009-04-27 21:03:11 +00:00

15 lines
142 B
ObjectPascal

{ %norun }
{ %recompile }
{$inline on}
program BothScreens3D;
uses
tw13596a;
begin
gluPerspective(70, 256.0 / 192.0, 0.1, 100);
end.