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