blob: 105965b8a6729a664672da1ca35f28cbad2dbd9f [file] [log] [blame]
// RUN: rm -rf %t && mkdir -p %t
// RUN: %target-build-swift -O -g -module-name foo -emit-sibgen %s -o %t/run-1.sibgen
// RUN: %target-build-swift -O -g -module-name foo -emit-sibgen %s -o %t/run-2.sibgen
// RUN: cmp %t/run-1.sibgen %t/run-2.sibgen
print("foo")