view nocompile/command_line_version_08.d @ 1615:8d5c55d163fd

Fix some outdated tests that used auto to mean scope.
author Christian Kamm <kamm incasoftware de>
date Sun, 12 Jul 2009 16:44:52 +0200
parents 2568b5ff35c0
children
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// __DSTRESS_DFLAGS__ -version=X86 -version=X86_64

module dstress.nocompile.command_line_version_08;

int main(){
	return 0;
}