view nocompile/o/obsolete_01_A.d @ 844:e3c9f22bff58

C# and C++ porting
author thomask
date Fri, 17 Feb 2006 10:14:12 +0000
parents
children
line wrap: on
line source

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

// Porting: C#

// __DSTRESS_ELINE__ 11

module dstress.nocompile.o.obsolete_01_A;

[Obsolete("use some other class")]
class X{
}