Bug description
cannot use aliased SIMD type inside function
Steps to reproduce
fn main():
alias T = Float32
let a: T = 6
static error: SIMD expects at least one parameter
I was getting similar errors with custom parameterized types, with errors saying the type expects more parameters