1; RUN: llvm-diff %s %s 2>&1 | FileCheck %s 2 3; CHECK: not comparing 1 anonymous functions in the left module and 1 in the right module 4 5define void @0() { 6 ret void 7} 8 9