1@ RUN: llvm-mc -triple arm-eabi %s -o - | FileCheck %s
2
3@ CHECK: test:
4@ CHECK: bl r1
5test:
6  bl r1
7