view tests/mini/mainvoidreturn.d @ 1129:8403fec8c34c

Add dmd-style configuration file for rebuild usage. See #236 and thanks to ccuter for the patch!
author Christian Kamm <kamm incasoftware de>
date Sat, 21 Mar 2009 09:47:48 +0100
parents 815e1b8c6b00
children
line wrap: on
line source

void foo()
{}

void main()
{
  return foo();
}