type int = i32; type char = i8; int g_var; int main(i32 argc, ptr(ptr(i8)) argv) { int i = g_var; int a = i + 2; }