1 2 3 4 5 6 7 8
#include "test.h" import hello; int main() { hello::say("hello module!"); return 0; }