llvm-for-llvmta/test/tools/llvm-diff/anon-func.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

9 lines
168 B
LLVM

; 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
}