mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-24 12:29:33 +00:00
5 lines
154 B
LLVM
5 lines
154 B
LLVM
|
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
|
||
|
|
||
|
; CHECK: <stdin>:[[@LINE+1]]:25: error: 'scope' cannot be null
|
||
|
!0 = !MDLocation(scope: null)
|