forked from OSchip/llvm-project
20 lines
332 B
Plaintext
20 lines
332 B
Plaintext
# RUN: not lld -core %s 2> %t.err
|
|
# RUN: FileCheck %s < %t.err
|
|
|
|
#
|
|
# Test that an out of range byte value produces a readable error.
|
|
#
|
|
|
|
---
|
|
defined-atoms:
|
|
- name: entry
|
|
scope: hidden
|
|
content: [ A5, 1234, 00, 4F ]
|
|
|
|
...
|
|
|
|
|
|
# CHECK: error: out of range two-digit-hex number
|
|
# CHECK: 1234
|
|
|