view tests/mini/mainvoidreturn.d @ 1058:8bc277ef23a5

Applied rev two operand form fstp fix to x86-64 asm
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Sun, 08 Mar 2009 02:46:37 +0100
parents 815e1b8c6b00
children
line wrap: on
line source

void foo()
{}

void main()
{
  return foo();
}