Parcourir la source

* allow inline

pierre il y a 25 ans
Parent
commit
b7e3d83753
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      tests/tbs/tbs0304.pp

+ 2 - 1
tests/tbs/tbs0304.pp

@@ -1,4 +1,5 @@
 {$asmmode intel}
+{$inline on}
 
 var
   cb : word;
@@ -17,4 +18,4 @@ end;
 begin
   a(1);
   a(2);
-end.
+end.