class TestCase::CompileError::Remainder::LeftIsNotIntegral { static method main : int () { 0.5 % 2; } }