// file: tests/test/driver.cxx -*- C++ -*- import std.core; import hello; int main () { using hello::say; say ("World"); }