1 2 3 4 5 6 7 8 9 10 11
module; export module bar; import <hello.h> import <importable_header.hpp> export void hello() { HELLO(hello); std::cout << "Hello World!\n"; if (GOOD_INCLUSION) { std::cout << "Good inclusion!\n"; } }