view 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
line wrap: on
line source

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

module dstress.compile.v.VERSION_01_A;

const int vers = __VERSION__;

static assert(vers);