1 ; RUN: opt %s -inline -S | FileCheck %s
3 define internal void @inner() "probe-stack"="__probestackinner" {
7 define void @outerNoAttribute() {
12 define void @outerConflictingAttribute() "probe-stack"="__probestackouter" {
17 ; CHECK: define void @outerNoAttribute() #0
18 ; CHECK: define void @outerConflictingAttribute() #1
19 ; CHECK: attributes #0 = { "probe-stack"="__probestackinner" }
20 ; CHECK: attributes #1 = { "probe-stack"="__probestackouter" }