Bend/tests/snapshots/compile_file__match_num_unscoped_lambda.hvm.snap
imaqtkatt dad6c8295a Implement unused definition warning
To keep consistency in tests I got to use index based hashing
2024-01-25 17:17:53 -03:00

11 lines
291 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file/match_num_unscoped_lambda.hvm
---
// WARNING: Unused definition 'lambda_out'.
// WARNING: Unused definition 'lambda_in'.
@lambda_in = (?<((a a) (b (c b))) (c d)> d)
@lambda_out = (?<(a (b b)) c> (a c))
@main = *