importable.cxx 68 B

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