annotate compile/v/VERSION_01_A.d @ 1554:d54c617fdab4

DMD-1.017: __VENDOR__ and __VERSION__
author thomask
date Mon, 23 Jul 2007 18:45:03 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1554
d54c617fdab4 DMD-1.017: __VENDOR__ and __VERSION__
thomask
parents:
diff changeset
1 // $HeadURL$
d54c617fdab4 DMD-1.017: __VENDOR__ and __VERSION__
thomask
parents:
diff changeset
2 // $Date$
d54c617fdab4 DMD-1.017: __VENDOR__ and __VERSION__
thomask
parents:
diff changeset
3 // $Author$
d54c617fdab4 DMD-1.017: __VENDOR__ and __VERSION__
thomask
parents:
diff changeset
4
d54c617fdab4 DMD-1.017: __VENDOR__ and __VERSION__
thomask
parents:
diff changeset
5 module dstress.compile.v.VERSION_01_A;
d54c617fdab4 DMD-1.017: __VENDOR__ and __VERSION__
thomask
parents:
diff changeset
6
d54c617fdab4 DMD-1.017: __VENDOR__ and __VERSION__
thomask
parents:
diff changeset
7 const int vers = __VERSION__;
d54c617fdab4 DMD-1.017: __VENDOR__ and __VERSION__
thomask
parents:
diff changeset
8
d54c617fdab4 DMD-1.017: __VENDOR__ and __VERSION__
thomask
parents:
diff changeset
9 static assert(vers);