blob: 75d280cb40d9c2f37bdcdac0207e041e9e82f691 [file] [log] [blame]
// RUN: rm -rf %t && mkdir -p %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")