summaryrefslogtreecommitdiffstats
path: root/tools/gfx-unit-test/precompiled-module-included.slang
blob: 88d9e57d7042d9aea93563829ac16d0e2749d150 (plain)
1
2
3
4
5
6
7
8
9
implementing "precompiled-module-imported";

namespace ns
{
    public int helperFunc1()
    {
        return 2;
    }
}