Crash when emitting C++ header for overloaded macros #69656
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
c++ interop
Feature: Interoperability with C++
The Swift compiler crashes when compiling this code with
.interoperabilityMode(.Cxx)
:It is crashing because the two macros share a name. This is happening on the latest snapshot, and I attached a sample project to reproduce the issue
CompilerCrash.zip
The text was updated successfully, but these errors were encountered: