summaryrefslogtreecommitdiff
path: root/tests/language-feature/bit-cast/narrowing-bit-cast-error.slang
AgeCommit message (Collapse)Author
2024-04-22bit_cast & reinterpret warning if src->dst type not equally sized. (#3988)ArielG-NV
* bit_cast & reinterpret warning if src->dst type not equally sized. bit_cast & reinterpret warning if src->dst type not equally sized. --------- Co-authored-by: Yong He <yonghe@outlook.com>