view tests/mini/mainvoidreturn.d @ 1200:3171f67ad006

Remove reference to llvm::cl::AllowInverse enum value which was removed in LLVM trunk.
author Frits van Bommel <fvbommel wxs.nl>
date Wed, 08 Apr 2009 23:05:30 +0200
parents 815e1b8c6b00
children
line wrap: on
line source

void foo()
{}

void main()
{
  return foo();
}