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

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