import("std") let main() = { std:printf("%d\n", given { let a = 2 + 2 } -> given { let b = a + 2 } -> b) -- should print 6 }