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