1 @ RUN
: llvm-mc
-triple arm-elf
-filetype asm
-o
- %s | FileCheck
%s
6 // CHECK
: .type TYPE,%function
9 // CHECK
: .type type,%function
11 .type comma_TYPE, #STT_FUNC
12 // CHECK
: .type comma_TYPE,%function
14 .type comma_type, #function
15 // CHECK
: .type comma_type,%function