aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/bc/arrays.bc
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/bc/arrays.bc')
-rw-r--r--benchmarks/bc/arrays.bc6
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/bc/arrays.bc b/benchmarks/bc/arrays.bc
index e3c46318..3f1a2d9f 100644
--- a/benchmarks/bc/arrays.bc
+++ b/benchmarks/bc/arrays.bc
@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-2-Clause
#
-# Copyright (c) 2018-2021 Gavin D. Howard and contributors.
+# Copyright (c) 2018-2023 Gavin D. Howard and contributors.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@@ -32,3 +32,7 @@ max = 1000000
for (i = 0; i < max; ++i) {
print "a", i, "[0] = ", i, "\n"
}
+
+print "halt\n"
+
+halt