yum-mirror/slang

Making it easier to work with shaders

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

Yong HeAdd diagnostic for cyclic #include. (#8679)fb34bafd3

master
188 B7 linesraw
1//TEST:SIMPLE(filecheck=CHECK): -target spirv
2
3// Test that we can diagnose an error when there is a circular include.
4
5// CHECK: error 15302: cyclic `#include` of file
6
7#include "b.slang"