export module Foo; import std; export void foo() { std::printf("Hello from Foo\n"); }