(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
imports/
test23490frop.d
module imports.test23490frop;
import imports.test23490pop;
class Mu23490 : Pop23490 { }
class Frop23490 : Pop23490 {
  // final       // does not fail if declared final
  void frolick() {}
}