mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 14:49:11 +02:00
* goto on
git-svn-id: trunk@8145 -
This commit is contained in:
parent
ad4846a50e
commit
585f9b09f4
@ -1,5 +1,8 @@
|
|||||||
{ %opt=-Oodfa -vw -Sew}
|
{ %opt=-Oodfa -vw -Sew}
|
||||||
program DoesNotSeemToBeInited;
|
program DoesNotSeemToBeInited;
|
||||||
|
|
||||||
|
{$goto on}
|
||||||
|
|
||||||
label 10, 20, 30;
|
label 10, 20, 30;
|
||||||
var i: integer;
|
var i: integer;
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user