Skip to content

Simple std::cout crashes on native #388

@Alex-PLACET

Description

@Alex-PLACET

Hi,
On native, running this simple code in a single cell leads to a crash:

#include <iostream>
std::cout << "some output" << std::endl;

If you separate the inclusion of the header and the std::cout in two cells, it works well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions