class CompileError::Literal::Character::InvalidHexAscii1 {
  static method main : int () {
    '\xg1';
  }
}