1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# # Test library - Test class # # Copyright © 2026 Samuel Lidén Borell <samuel@kodafritt.se> # # SPDX-License-Identifier: EUPL-1.2+ OR LGPL-2.1-or-later # func voidfunc code end func param_i int x code assert x >= 1230 and x <= 1239 end