1@ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown %s | FileCheck %s
2
3@ CHECK: TEST0:
4@ CHECK: .long 3
5TEST0:
6        .word 3
7