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