; %t2.bc cointains a Function F with the same GUID. ; RUN: opt -module-summary %s -o %t.bc ; RUN: opt -module-summary %p/Inputs/guid_collision.ll -o %t2.bc ; RUN: llvm-lto2 run %t.bc %t2.bc -o %t.out ...