yum-mirror/slang

Making it easier to work with shaders

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

RonanImplemented #pragma warning (#6748)5f632cd20

master
207 B7 linesraw
1//TEST:SIMPLE(filecheck=CHECK):
2// #ifdef support
3
4// CHECK: ([[# @LINE+1]]): warning 15612:
5#pragma warning (push)
6
7// Test that #pragma warning (push) emits a warning when the stack is not empty at the end