view tests/mini/mainvoidreturn.d @ 1421:7a693c367190

just a simple change to cmake for mingw
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Wed, 27 May 2009 12:41:41 -0600
parents 815e1b8c6b00
children
line wrap: on
line source

void foo()
{}

void main()
{
  return foo();
}