summaryrefslogtreecommitdiff
path: root/tests/language-feature/constants/type-cast-const.slang.expected.txt
AgeCommit message (Collapse)Author
2023-05-31Preserve type cast during AST constant folding. (#2912)Yong He
* Preserve type cast during AST constant folding. Fixes #2891. * Fix. * Fix truncating. * fix test. --------- Co-authored-by: Yong He <yhe@nvidia.com>