xref: /llvm-project/llvm/test/tools/llvm-diff/anon-func.ll (revision ce5f2034151d053640a8ca3dd2be5ab5af0dd510)
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