test142
auto test142 = 
q{--- test142
	// Store $alias and $type in alias
	alias type1 = getType1();
	$alias getType1() { return u8; }
	type1 run1() {
		 return 42;
	}
	alias type2 = getType2();
	$type getType2() { return u8; }
	type2 run2() {
		 return 42;
	}
};
  
		tests passing 
		functionsvariables