blob: 5f4b8b0cd7adb4f35772ff43ad8150827ae2a575 [file] [log] [blame]
// RUN: %empty-directory(%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")