diff options
Diffstat (limited to 'doc/tests/fontes/bits-timelimit.pas')
| -rw-r--r-- | doc/tests/fontes/bits-timelimit.pas | 8 |
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. |