view test/funcs2.d @ 220:ccc2e6898a78 trunk

[svn r236] added initial codegen of inline asm, pretty buggy and incomplete still. see the tangotests/asm1.d test for a sample of what does work!
author lindquist
date Fri, 06 Jun 2008 20:14:51 +0200
parents dafae18f9c08
children
line wrap: on
line source

module funcs2;

void func()
{
}

void main()
{
}