Files
swift-mirror/test/Interop/C/function/Inputs/module.modulemap
Martin Boehme 35f8ef50f8 More reponses to review comments by @gribozavr.
One larger change is that we're now also running this test in C as well
as C++.
2020-04-15 14:44:31 +02:00

5 lines
75 B
Plaintext

module EmitCalledFunction {
header "emit-called-function.h"
export *
}