class TestCase::CompileError::ForTest {
  static method main : int () {
    my $num : aaa;
  }
}