1# RUN: llvm-mc %s -filetype obj -triple x86_64-pc-linux -o - | \
2# RUN:   not llvm-dwarfdump --debug-addr - 2>&1 | \
3# RUN:   FileCheck %s --implicit-check-not=error
4
5# CHECK: error: parsing address table at offset 0x0: unsupported reserved unit length of value 0xfffffff0
6
7.section .debug_addr,"",@progbits
8.long 0xfffffff0
9