summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/invalid-immarg2.ll
blob: f4589108a9fd6e51e8805564d089c43b9b62177f (plain)
1
2
3
4
; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s

; CHECK: error: invalid use of parameter-only attribute on a function
declare void @llvm.immarg.func() immarg
OpenPOWER on IntegriCloud