class TestCase::CompileError::Literal::Character::InvalidCharacterLiteral {
  static method main : int () {
    '\A';
  }
}