summaryrefslogtreecommitdiffstats
path: root/tests/experiments/generic/generic-in-function.slang
Commit message (Collapse)AuthorAge
* Generic experiments (#2119)jsmall-nvidia2022-02-09
* #include an absolute path didn't work - because paths were taken to always be relative. * Small fixes. Added compiler crash with generic defined in a function. Added enum-flags test that works (by limiting backing type to int), and using __EnumType constraint. * Add comment about crash. * Disable crashing test.