view tangotests/f.d @ 263:2be09ee06bc7 trunk

[svn r284] Fixed some problems with cases, code is not as pretty, but it doesn't crash llvm!
author lindquist
date Sat, 14 Jun 2008 06:13:35 +0200
parents 68a7dd38c03c
children
line wrap: on
line source

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

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