fn [cc(.c)] main [export] () s32 { >a: s32 = 5; >b: s32 = 4; return (a * b) - (a * b); }