annotate nocompile/command_line_version_11.d @ 118:4539f4d77faa

fixed DSTRESS FLAGS
author thomask
date Tue, 09 Nov 2004 10:23:18 +0000
parents 91feffeeafa6
children 1f6cf5ccfbc9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
118
4539f4d77faa fixed DSTRESS FLAGS
thomask
parents: 84
diff changeset
1 // __DSTRESS_DFLAGS__ -version=Win32 -version=Win64
84
91feffeeafa6 used the new ?DSTRESS_FLAGS? support to
thomask
parents:
diff changeset
2
91feffeeafa6 used the new ?DSTRESS_FLAGS? support to
thomask
parents:
diff changeset
3 module dstress.nocompile.command_line_version_11;
91feffeeafa6 used the new ?DSTRESS_FLAGS? support to
thomask
parents:
diff changeset
4
91feffeeafa6 used the new ?DSTRESS_FLAGS? support to
thomask
parents:
diff changeset
5 int main(){
91feffeeafa6 used the new ?DSTRESS_FLAGS? support to
thomask
parents:
diff changeset
6 return 0;
91feffeeafa6 used the new ?DSTRESS_FLAGS? support to
thomask
parents:
diff changeset
7 }