E.g. ``` .alias zeros c32 as (0.0, 0.0, 0.0, 0.0) .alias ones c32 as (1.0, 1.0, 1.0, 1.0) ``` currently compiles without error, but of course shouldn't.