class TestCase::File::Copy {
  use File::Copy;
  static method test : int () {
    
    return 1;
  }
}