// file: tests/test/driver.cxx -*- C++ -*- import std.core; import print; int main () { print::to_stdout ("Hello, World!"); }