holey-bytes/lang/tests/son_tests_nonexistent_ident_import.txt
2024-10-26 14:06:08 +02:00

8 lines
161 B
Plaintext

foo.hb:4:1: redeclaration of identifier: foo
foo := fn(): void {
^
foo.hb:7:23: undefined indentifier: mian
main := @use("bar.hb").mian
^