/* This does NOT work. You cannot typedef a context type. * (You can put them in a structure and typedef that structure though. */ typedef @share hello; eMain() { hello there; @init(there); }