I like the following layout in declarations: int a, b, c; GC can do this.
But, inside a struct GC behaves differently:
typedef struct { int a, b, c; } x;
is converted into:
GC.uranium@neverbox.com