summaryrefslogtreecommitdiffstats
path: root/tests/current-bugs/recursive-call-crash.slang
Commit message (Collapse)AuthorAge
* Example for compiler crash with recursive function calling (#2196)jsmall-nvidia2022-04-21
* #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.