blob: 5ccc93fb000783689eea3b09ea413e624513d718 [file] [log] [blame]
// 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")