1 ; RUN: not --crash llc < %s -march=nvptx -mcpu=sm_20 2>&1 | FileCheck %s
3 %struct.A = type { [0 x float] }
4 %struct.B = type { i32, i32 }
6 ; CHECK: ERROR: Empty parameter types are not supported
7 define void @kernel(%struct.A %a, %struct.B %b) {