view tangotests/f.d @ 169:2df270e1ba59 trunk

[svn r185] Fixed broken nested classes with data members, did DMD change the class layout? tango.text.Regex now compiles. Commented some of the *very* verbose logging for -vv option.
author lindquist
date Tue, 06 May 2008 03:07:21 +0200
parents 44a95ac7368a
children 68a7dd38c03c
line wrap: on
line source

extern(C) int printf(char*,...);



void main()
{
    printf("Hello World!\n");
}