Sign in
llvm
/
llvm-project
/
llvm
/
93550d15fd63a497d59418f0a7780c1ca16078f6
/
.
/
test
/
tools
/
llvm-diff
/
anon-func.ll
blob: a17d1d3015e76af20d6fd74e31631a4e687397a2 [
file
] [
log
] [
blame
]
; RUN: llvm-diff %s %s 2>&1 | FileCheck %s
; CHECK: not comparing 1 anonymous functions in the left module and 1 in the right module
define
void
@0
()
{
ret
void
}