fn w8 $charLit() {
  @entry0
    ret 120;
}

fn w8 $newline() {
  @entry0
    ret 10;
}

fn w8 $tab() {
  @entry0
    ret 9;
}
