wraith-lang/commenttest.w

6 lines
103 B
OpenEdge ABL
Raw Permalink Normal View History

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