view nocompile/command_line_version_11.d @ 84:91feffeeafa6

used the new ?DSTRESS_FLAGS? support to 1) simpilfy some complex tests 2) extend command_line_debug and command_line_version tests
author thomask
date Fri, 29 Oct 2004 21:04:52 +0000
parents
children 4539f4d77faa
line wrap: on
line source

// §DSTRESS_DFLAGS§ -version=Win32 -version=Win64

module dstress.nocompile.command_line_version_11;

int main(){
	return 0;
}