foreign fn addz(lhs: Int, rhs: Int) Int; fn haiiii() Void {} fn hehehaha() Int { var x: Int = 0; while x < 10 { x = x + 1; } return x; }