1 ; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
2 ; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv32-unknown-unknown %s -o - -filetype=obj | spirv-val %}
4 ; TODO: OpFunctionParameter should be a pointer of struct base type.
12 %nested_struct = type {
17 define void @foo(ptr %ptr) {
18 store %nested_struct undef, ptr %ptr