Bend/tests/golden_tests/compile_file/top_level_name_slashslash.bend
2024-05-23 14:43:25 -03:00

9 lines
130 B
Plaintext

def random//constant():
return 3.14
def //thisshouldfail():
return random//constant()
def main:
return //thisshouldfail()