mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
306 B
Swift
7 lines
306 B
Swift
// RUN: %empty-directory(%t)
|
|
// RUN: %target-build-swift -O -g -module-name foo -emit-module %s -o %t/run-1.module
|
|
// RUN: %target-build-swift -O -g -module-name foo -emit-module %s -o %t/run-2.module
|
|
// RUN: cmp %t/run-1.module %t/run-2.module
|
|
// RUN: cmp %t/run-1.swiftdoc %t/run-2.swiftdoc
|
|
print("foo")
|