diff options
author | Carlo Zancanaro <carlo@carlo-laptop> | 2012-05-28 13:00:50 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@carlo-laptop> | 2012-05-28 13:00:50 +1000 |
commit | ea05c9c5fa30b8822f618e861d12a09df1f8f017 (patch) | |
tree | cb8717d9773ef77978dc8e1d9093560e3cf26532 /impl/systems/random-system | |
parent | ee8547cf3c89c51ff10603814e6f745466bc4c79 (diff) |
Fix memory error and x = max(-inf, expr) stuff.
Diffstat (limited to 'impl/systems/random-system')
-rw-r--r-- | impl/systems/random-system | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/impl/systems/random-system b/impl/systems/random-system new file mode 100644 index 0000000..506c18a --- /dev/null +++ b/impl/systems/random-system @@ -0,0 +1 @@ +x = max() |