public class ReturnX {
    public static fun foo() : int {
        var x: int = 42
        return x
    }
}
