Files
swift-mirror/validation-test/execution/Inputs/custom-modules/module.modulemap
Jordan Rose 3731a2ff0c [test] Add a test for indirect link dependencies relying on -L.
...as described in rdar://problem/23588774. We don't really have a good way
to make this test cross-platform as such, but I'll add a Linux version soon.
2015-12-04 12:18:47 -08:00

5 lines
45 B
Plaintext

module foo {
header "foo.h"
link "foo"
}