12345 class CompileError::Modulo::RemuiRightIsNotInt { static method main : int () { 1 mod_uint 3L; }}
class CompileError::Modulo::RemuiRightIsNotInt {
static method main : int () {
1 mod_uint 3L;
}