mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] [ModuleTrace] Add negative test case for cycles in trace emission (ep2).
Context: rdar://67704000.
This commit is contained in:
@@ -14,7 +14,11 @@ module CoreDaemon {
|
||||
}
|
||||
|
||||
module DaemonKit {
|
||||
header "DaemonKit.h"
|
||||
umbrella header "DaemonKit/DaemonKit.h"
|
||||
explicit module ViolateSecondLawOfThermodynamics {
|
||||
header "DaemonKit/ViolateSecondLawOfThermodynamics.h"
|
||||
export *
|
||||
}
|
||||
export *
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user