Issue 58085
Summary Possible regression between Clang 14 and 15 around modules (import <iostream>)
Labels new issue
Assignees
Reporter risuwwv
    The following example compiles on Clang 14 but not on 15:

```
import <iostream>;

int main() {
    std::cout << "Hello Modular World!\n";
}
```

See https://godbolt.org/z/zW7fcGYK4 for error message and compiler options.

Did any flag change or is this a regression ?
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to