6 lines
156 B
Julia
6 lines
156 B
Julia
/* Testing that main must return. */
|
|
|
|
/* All functions should return a value of their value type. This is not a valid Javalette program: */
|
|
|
|
int main() {
|
|
}
|