Files
swift-mirror/test/reproducible-builds/swiftc-emit-assembly.swift
2017-06-04 11:08:39 -07:00

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")