view tangotests/f.d @ 191:2900754a6989 trunk

[svn r207] Fixed: the runtime support didn't handle string switch.
author lindquist
date Mon, 12 May 2008 14:58:55 +0200
parents 68a7dd38c03c
children
line wrap: on
line source

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

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