importable.cxx 75 B

123456
  1. export module subdir_importable;
  2. export int from_subdir()
  3. {
  4. return 0;
  5. }