aboutsummaryrefslogtreecommitdiff
path: root/doc/tests/fontes/bits-timelimit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tests/fontes/bits-timelimit.pas')
-rw-r--r--doc/tests/fontes/bits-timelimit.pas8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tests/fontes/bits-timelimit.pas b/doc/tests/fontes/bits-timelimit.pas
new file mode 100644
index 0000000..d0b496d
--- /dev/null
+++ b/doc/tests/fontes/bits-timelimit.pas
@@ -0,0 +1,8 @@
+program bits;
+var inst: Longint;
+begin
+ inst:=0;
+ while true do
+ begin
+ end
+end.