summaryrefslogtreecommitdiff
path: root/tests/current-bugs/recursive-call-crash.slang
AgeCommit message (Collapse)Author
2022-04-21Example for compiler crash with recursive function calling (#2196)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * Add crash when lowering a recursive function. * Add simplified recursive crash example. * Fix typos/tabs.