view tangotests/f.d @ 162:1856c62af24b trunk

[svn r178] Fixed codegen values for function arguments, the old approach was completely broken, amazing it even worked...
author lindquist
date Mon, 05 May 2008 00:56:53 +0200
parents 44a95ac7368a
children 68a7dd38c03c
line wrap: on
line source

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



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