Closed InsaneMiner closed 2 years ago
@InsaneMiner You dont need the ;
Use this
def test()->int:
printf("hello")
return 1
def main():
test()
@InsaneMiner You dont need the
;
Use thisdef test()->int: printf("hello") return 1 def main(): test()
that would not cause a that type of error
Describe the bug when i compiled a simple file i got this error:
the code was:
Desktop:
G++ info
meson info version: 0.61.1
gdb info