///|
/// Ignore all arguments and exit with status 1, like false(1).
fn main {
  @sys.exit(1)
}