class CompileError::Literal::Character::InvalidCharacterLiteralEmpty {
  static method main : int () {
    '';
  }
}