Variables declared in global scope using multi-declaration seem to assert in LLVM IR generation. ``` foo, bar: s32; ```