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