package TestCase::CompileError::Remainder::LeftIsNotIntegral {
  sub main : int () {
    0.5 % 2;
  }
}