package TestCase::CompileError::BitNot::NotIntegral {
  sub main : int () {
    ~0.5;
  }
}