import hello; import "header.hpp"; int main() { hello::say(hello::FOO); return 0; }