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
102 B8 linesraw
1//TEST_IGNORE_FILE:
2
3implementing main;
4
5// Cyclic include, OK.
6__include a;
7
8int f_a() { return 1; }