mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
313 B
Swift
6 lines
313 B
Swift
// RUN: %empty-directory(%t)
|
|
// RUN: touch %t/file-01.swift
|
|
// RUN: touch %t/file-02.swift
|
|
// RUN: cd %t
|
|
// RUN: %target-swift-frontend -emit-module -primary-file file-01.swift -primary-file file-02.swift -o file-01.swiftmodule -o file-02.swiftmodule -module-name foo -emit-loaded-module-trace-path=%t/trace.json
|