# # Test library - Test class # # Copyright © 2026 Samuel Lidén Borell # # 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