view nocompile/super_11.d @ 287:a19d5847a8b9

super outside of classes k2 <k2_member@pathlink.com> 2005-02-18 news:cv4dsm$2bmr$1@digitaldaemon.com nntp://news.digitalmars.com/digitalmars.D.bugs/3002
author thomask
date Fri, 18 Feb 2005 23:06:03 +0000
parents
children f87ba6507260
line wrap: on
line source

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

// @author@	k2 <k2_member@pathlink.com>
// @date@	2005-02-18
// @uri@	news:cv4dsm$2bmr$1@digitaldaemon.com
// @url@	nntp://news.digitalmars.com/digitalmars.D.bugs/3002

module dstress.nocompile.super_11;

void test(){
	super();
}