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

__include "precompiled-module-included.slang";

namespace ns
{
    public int helperFunc()
    {
        return 1;
    }
}