1// RUN: llvm-mc -filetype=asm -triple x86_64-pc-linux-gnu %s 2>&1 | FileCheck %s
2
3.cfi_sections .debug_frame
4.cfi_startproc
5.cfi_rel_offset 99, 0
6// CHECK: .cfi_rel_offset 99, 0
7.cfi_endproc
8