/* defining an alias for a basic type (equivalent to typedef int Integer in C)*/ [SimpleType] public struct Foo : int32 {} void bar(Foo x) { int32 y = x + 3; }