1 2 3 4 5 6
; RUN: llc < %s -march=ptx | FileCheck %s define ptx_kernel void @t1() { ;CHECK: exit; ret void }