1 
2 class Foo
3 {
4     Object o;
5     alias o this;
6 }
7 
main()8 void main()
9 {
10 }
11