aboutsummaryrefslogtreecommitdiff
path: root/tests/somelib/SomeClass.slul
blob: cd4d6ab2a8bd7e5b521196f522a96e595d31a477 (plain)
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