1@ RUN: llvm-mc -triple armv7-linux -filetype obj -o - %s | llvm-objdump --triple=armv7 -D -r - | FileCheck %s
2
3	.text
4
5__aeabi_unwind_cpp_pr0 = 0xdeadbeef
6
7f:
8	.fnstart
9	bx lr
10	.fnend
11
12@@ Regression test: MC does not crash due to the absolute __aeabi_unwind_cpp_pr0.
13@@ GNU as and MC currently emit a R_ARM_NONE for this invalid usage.
14@ CHECK: R_ARM_NONE __aeabi_unwind_cpp_pr0
15