Imagine that:
class Something ... { ... }
is lowered into:
struct _class_Something ... { ... }
alias Something = MagicClassRef!_class_Something;
Is it conceivable with some language changes, a bit of automated
source updating and a little bit of breakage?
