yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

Yong HeSupport `include` for pulling file into the current module. (#3377)1050e0eb9

master
87 B6 linesraw
1// TEST_IGNORE_FILE:
2implementing main;
3
4__include a;
5
6int f_b() { return 2 + f_a(); }