summaryrefslogtreecommitdiff
path: root/llvm/test/Assembler/mustprogress-parse-error-1.ll
blob: ced1650e5a9cc8fbab566c69ebbe1bf7c73cfdd6 (plain)
1
2
3
4
5
6
7
; RUN: not llvm-as < %s 2>&1 | FileCheck %s

; CHECK: [[@LINE+1]]:8: error: invalid use of function-only attribute 
define mustprogress void @test_mustprogress(i8 %a) {
  ret void
}