view nocompile/struct_19.d @ 1615:8d5c55d163fd

Fix some outdated tests that used auto to mean scope.
author Christian Kamm <kamm incasoftware de>
date Sun, 12 Jul 2009 16:44:52 +0200
parents b8c0195059d9
children
line wrap: on
line source

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

// @author@	Stewart Gordon <smjg_1998@yahoo.com>
// @date@	2005-01-12
// @uri@	http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=2674
// @uri@	nttp://news.digitalmars.com/digitalmars.D.bugs/2674

// __DSTRESS_ELINE__ 14

module dstress.nocompile.struct_19;

struct MyStruct {
    MyStruct s;
}