yum-mirror/slang

Making it easier to work with shaders

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

jsmall-nvidiaDiagnostic location highlighting (#1700)369279e91

master
112 B6 linesraw
1//DIAGNOSTIC_TEST:SIMPLE:
2
3// Check the diagnostic output if a token uses \ line split
4
5void foo() { br\
6eak; }