view tests/mini/mainvoidreturn.d @ 1104:81fd116b5dc9

Removed plain wrong note from ldc.conf.in, I never implemented that!
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Thu, 12 Mar 2009 21:04:27 +0100
parents 815e1b8c6b00
children
line wrap: on
line source

void foo()
{}

void main()
{
  return foo();
}