package ModuleC;

sub xyz {
  shift()
    ? 666
    : 999
}

1;
