``` native "cdecl" mod libc = "" { fn f(x: ()); } fn main() { } ``` fails in LLVM: ``` Assertion failed: (castIsValid(op, S, Ty) && "Invalid cast!"), function Create, file Instructions.cpp, line 2226. ```