1 2 3 4 5 6 7 8 9 10
module; #include "unity.h" export module importable; export int from_import() { return unity1() + unity2(); }