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