Add id_undescore test

This commit is contained in:
imaqtkatt 2024-02-14 08:37:02 -03:00
parent 727ad370c9
commit a9d1d22f3b
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
id _ = _
main = (id (2, 3))

View File

@ -0,0 +1,5 @@
---
source: tests/golden_tests.rs
input_file: tests/golden_tests/run_file/id_underscore.hvm
---
(2, 3)