/* Test unary minus with variable */ /* Test unary minus with variable */ x : 5; y : -x; ..out y;