typedef a = const int; typedef b = const (int a, int b); typedef c = (int x, const int c); typedef d = (int x, const (int, int) c); typedef e = const enum(yes, no); typedef f = const int enum(yes, no);