export fn entry() void {
    var x: void = {};
    var y: void = {};
    x = y;
    y = x;
}

// syntax
