1 namespace X {
2   typedef struct {
3   } x;
4 }
5 typedef X::x x;
6 using X::x;
7