summaryrefslogtreecommitdiff
path: root/tests/cpu-program/string-passing.slang.expected
AgeCommit message (Collapse)Author
2025-01-10Fix implicit string conversion breaking NativeStrings (#6035)Julius Ikkala
* Fix implicit string conversion breaking NativeStrings * Allow string literals to coerce to either string type * Add test for CPU string passing --------- Co-authored-by: Yong He <yonghe@outlook.com>