CC/tester/testsuite/bad/bad021.jl
Jeena Paradies 063194f8be first commit
2011-04-19 11:37:05 +02:00

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() {
}