view tests/mini/mainvoidreturn.d @ 1568:a591aa6bd6dc

Forgot to add files.
author Tomas Lindquist Olsen <tomas.l.olsen gmail com>
date Thu, 06 Aug 2009 17:04:36 +0200
parents 815e1b8c6b00
children
line wrap: on
line source

void foo()
{}

void main()
{
  return foo();
}