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: cad9dce6ecfc5af70d52481567a398c77540b6e9 (
plain
)
1
2
3
4
//TEST:SIMPLE: // `continue` where it isn't allowed void foo() { continue; }