view tangotests/f.d @ 155:7f92f477ff53 trunk

[svn r171] starting to move IR data from AST nodes into IRState; started with IrFunction
author ChristianK
date Tue, 29 Apr 2008 21:33:50 +0200
parents 44a95ac7368a
children 68a7dd38c03c
line wrap: on
line source

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



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