From a8a49e5b1f968d4ae160052a35242efc7ea30e30 Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Sun, 23 Dec 2018 17:10:36 +0100 Subject: Update tests --- tests/pracownia4/pracownia3/046_return_index1.xi | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/pracownia4/pracownia3/046_return_index1.xi (limited to 'tests/pracownia4/pracownia3/046_return_index1.xi') diff --git a/tests/pracownia4/pracownia3/046_return_index1.xi b/tests/pracownia4/pracownia3/046_return_index1.xi new file mode 100644 index 0000000..b2af5d1 --- /dev/null +++ b/tests/pracownia4/pracownia3/046_return_index1.xi @@ -0,0 +1,8 @@ +main():int +{ + x:int[] = {5, 10, 15} + return x[1] +} + +//@PRACOWNIA +//@out Exit code: 10 \ No newline at end of file -- cgit 1.4.1