On Wed, 23 Apr 2025, Takashi Yano via Cygwin-apps wrote:

> > #include <iostream>
> >
> > int main() {
> >     std::cout << "Hello" << std::endl;
> >     return 0;
> > }
>
> Thanks. But In my environment, it works as expected.
>
> $ clang++ hello.cc
> $ ./a.exe
> Hello
> $

Great!  It also works for me in MSYS2, and since your clang build will be
Cygwin's clang, that it works is what counts.

Reply via email to