YakshaLang/Yaksha

Casting string litererals result in chevron

Closed this issue · 0 comments

Describe the bug
Cannot cast string literals to c.CStr, etc

To Reproduce

import libs.c
def main() -> int:
    a: c.CStr = cast("c.CStr", "Hello World")
    0