mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This fixes a compiler crash when emitting IR for a for-in loop over a C++ `std::vector` in C++20 mode. rdar://108810356
5 lines
66 B
Plaintext
5 lines
66 B
Plaintext
module MethodRequires {
|
|
header "method-requires.h"
|
|
export *
|
|
}
|