index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
diagnostics
/
continue-outside-loop.slang
blob: ea8f36feabbc542ea2909fce712116f91d5d6dfe (
plain
)
1
2
3
4
//DIAGNOSTIC_TEST:SIMPLE: // `continue` where it isn't allowed void foo() { continue; }