blob: 6641e6dc21d72a07dfe9827c0f465285b08e68dd (
plain)
1
2
3
4
|
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
; CHECK: <stdin>:[[@LINE+1]]:6: error: missing 'distinct', required for !DISubprogram that is a Definition
!0 = !DISubprogram(isDefinition: true)
|