blob: a8f96c9048a94c62924910f986c9dcafa40bb1aa [file] [log] [blame]
// RUN: %empty-directory(%t)
// RUN: %target-build-swift -O -g -module-name foo -emit-module %s -o %t/run-1.module
// RUN: %target-build-swift -O -g -module-name foo -emit-module %s -o %t/run-2.module
// RUN: cmp %t/run-1.module %t/run-2.module
// RUN: cmp %t/run-1.swiftdoc %t/run-2.swiftdoc
print("foo")