1 ; RUN: llc < %s -mtriple=arm-unknown-linux-gnueabi | FileCheck %s
5 ; CHECK: .type test1,%function
11 ; CHECK: .section .test2,"ax",%progbits
13 ; CHECK: .type test2,%function
14 define void @test2() section ".test2" {
21 ; CHECK: .type test3,%function
22 define linkonce_odr void @test3() {