mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
56c8d44827
llvm-svn: 226524
5 lines
151 B
LLVM
5 lines
151 B
LLVM
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
|
|
|
|
; CHECK: <stdin>:[[@LINE+1]]:18: error: missing required field 'scope'
|
|
!0 = !MDLocation()
|