wraith-lang/commenttest.w

6 lines
103 B
OpenEdge ABL

struct Program {
// This triggers a parse error
static Main(): int {
return 0;
}
}