Skip to content

Trying to trace a char [] prints "true" #1233

@Vortex2Oblivion

Description

@Vortex2Oblivion
class Main {
	static function main() {
		untyped __cpp__('char testVariable[] = "hello" ');
		untyped trace(testVariable);
	}
}

should output hello but outputs true instead

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions