int program(string[] args) { var arr = new int[]{1, 2, 3}; var x = arr[-1]; return x; }