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