importable.cxx.in 68 B

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