blob: c422c1436d1051cf7599831716e1b67038335a6e [file] [log] [blame]
class Foo
{
Object o;
alias o this;
}
void main()
{
}