view compile/alias_08.d @ 1:3414705c41ac

removed CVS header
author thomask
date Sun, 26 Sep 2004 12:06:09 +0000
parents 3269e4627918
children 8a2ff09d62cb
line wrap: on
line source

// @author@	Oskar Linde <d98-oliRE.MO.VE@nada.kth.se>
// @date@	2004-05-20

struct MyStruct(Type){
	alias .MyStruct!(Type) Alias;
}

alias MyStruct!(int) Ali2;