module tests.pass.io;

import unit_threaded;


unittest {
    writelnUt("This should only be printed when using -d option");
}