mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
6 lines
203 B
LLVM
6 lines
203 B
LLVM
|
; RUN: not llvm-as -disable-output < %s 2>&1 | FileCheck %s
|
||
|
; Check common error from old format.
|
||
|
|
||
|
; CHECK: {{.*}}:[[@LINE+1]]:{{[0-9]+}}: error: unexpected type in metadata definition
|
||
|
!0 = metadata !{}
|