Missing Main
class and main
method should be caught by the compiler
#286
Labels
Main
class and main
method should be caught by the compiler
#286
Right now, writing a program without a class
Main
containing a methodmain
will fail in the linking stage of C compilation. It would be nice if this was caught during typechecking.The text was updated successfully, but these errors were encountered: