```hx class Main { static function main() { untyped __cpp__('char testVariable[] = "hello" '); untyped trace(testVariable); } } ``` should output `hello` but outputs `true` instead