diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2023-05-13 22:21:58 -0400 |
|---|---|---|
| committer | Kyle Gunger <kgunger12@gmail.com> | 2023-05-13 22:21:58 -0400 |
| commit | e458ba03aab8a2eeac50bb133a6ad4847c0e79a5 (patch) | |
| tree | 0121c8e7a610a32a938562f15d4f222617ae65a4 /tnslc/simple.tnsl | |
| parent | 947e57dd8eb4b8fa32cbee369c1a5e808a709d5c (diff) | |
Add tmp variables, break calls
Diffstat (limited to 'tnslc/simple.tnsl')
| -rw-r--r-- | tnslc/simple.tnsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tnslc/simple.tnsl b/tnslc/simple.tnsl index cd17121..49b6db1 100644 --- a/tnslc/simple.tnsl +++ b/tnslc/simple.tnsl @@ -4,7 +4,7 @@ /; method Test /; mamba [int] - return 0 + return 1 ;/ /; wamba [int] @@ -41,3 +41,4 @@ struct Test { # return 3 return m.wamba() ;/ + |