view tests/mini/funcs2.d @ 546:406aee3416bb

Removed D_InlineAsm and D_InlineAsm_X86 versions. Made use of 'naked' in inline asm an error.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 25 Aug 2008 19:36:27 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module funcs2;

void func()
{
}

void main()
{
}