diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-05-05 16:14:01 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-05-05 16:14:01 -0400 |
commit | 2572cd049ee5e1e2685b1abe6bfcfbb8aa988a71 (patch) | |
tree | b191126f961c6befc6da2c65c28d5bef69077579 /tnslc/ast/list.tnsl | |
parent | 5cf518362e6bc08eb44eb8d6ed74a0a23c2c3a5f (diff) |
Add methods to crash in a defined way
Diffstat (limited to 'tnslc/ast/list.tnsl')
-rw-r--r-- | tnslc/ast/list.tnsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tnslc/ast/list.tnsl b/tnslc/ast/list.tnsl index ee5d0cf..a5849a3 100644 --- a/tnslc/ast/list.tnsl +++ b/tnslc/ast/list.tnsl @@ -17,5 +17,7 @@ /; tree_list_value [{}Node] ;{}Node out = {} + + ;return out ;/ |