view compile/v/VENDOR_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.VENDOR_01_A;

const char[] vendor = __VENDOR__;

static assert(0 < vendor.length);