Skip to content

Commit

Permalink
slap together an initial test
Browse files Browse the repository at this point in the history
  • Loading branch information
saem committed Oct 31, 2023
1 parent 0698a03 commit 79b0995
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/dust/tests/mminimizeme.nim
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
let thisIsFine = 1

proc foo() =
result = 10 # this is not fine

echo foo(), " ", thisIsFine

0 comments on commit 79b0995

Please sign in to comment.