//ww:run-exit 42 // Migrated from 700_e2e row 4. package main; fn main() i32 = { let a: i32 = 6; let b: i32 = 7; return a * b; };