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

6 lines
236 B
Swift

// RUN: %empty-directory(%t)
// RUN: %target-build-swift -O -g -module-name foo -emit-ir %s > %t/run-1.ir
// RUN: %target-build-swift -O -g -module-name foo -emit-ir %s > %t/run-2.ir
// RUN: diff -u %t/run-1.ir %t/run-2.ir
print("foo")