summaryrefslogtreecommitdiff
path: root/tests/experiments/generic/equality-3.slang
AgeCommit message (Collapse)Author
2022-02-09Generic experiments (#2119)jsmall-nvidia
* #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.
2021-12-21Language experiments (#2068)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * Moved to experiments. Added some more tests. * More tests around associated types. * Return interface tests. * More tests.