summaryrefslogtreecommitdiff
path: root/test/Assembler/invalid-fwdref2.ll
blob: 0828cd9b08ac92f394eb93eb50f7e067ab7b0618 (plain)
1
2
3
4
; RUN: not llvm-as %s -disable-output 2>&1 | grep "forward reference and definition of global have different types"

@a2 = alias void (), void ()* @g2
@g2 = internal global i8 42