view tests/minicomplex/stdout2.d @ 1541:1e7a09548e67

Target.addPassesToEmitFile takes a formatted_raw_ostream now Build fix for LLVM r75670
author Benjamin Kramer <benny.kra@gmail.com>
date Tue, 14 Jul 2009 23:06:31 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module tangotests.stdout2;

import tango.io.Stdout;

void main()
{
    Stdout.formatln("{} {} {}", "a", "b", 1.0);
}