llvm/llvm/test/CodeGen/AMDGPU/codegen-internal-only-func.ll

; REQUIRES: asserts
; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %s | FileCheck %s
; RUN: llc -O0 -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %s | FileCheck %s

; CHECK-NOT: func

define internal i32 @func() {
  ret i32 0
}