Files
swift-mirror/test/SILOptimizer/Inputs/module.modulemap
Zoe Carver 34b560f9e2 [NFC] Give test input header a meaningful name. (#32386)
Re-name the file "foo.h" in the SILOptimizer inputs to "TypesWithUserProvidedDestructor.h" which better describes its purpose (to define types with user provided destructors).
2020-06-16 21:42:33 -07:00

4 lines
94 B
Plaintext

module CXXTypesWithUserProvidedDestructor {
header "CXXTypesWithUserProvidedDestructor.h"
}