importable.cxx 112 B

12345678
  1. export module importable;
  2. #include "library_export.h"
  3. export LIBRARY_EXPORT int from_import()
  4. {
  5. return 0;
  6. }