view tests/mini/phobos/imports2.d @ 656:a15ccbf7451d

Support structs that are merely a forward reference. See mini/forwdecl1.d
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 06 Oct 2008 14:06:55 +0200
parents fc098100ecc7
children
line wrap: on
line source

module imports2;
import std.stdio;

void main() {
    writefln("Hello world!"[]);
}