blob: 85df004968aa5ecc521a68189e96a6574afa7e1f [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
int a;
float b;
};
kernel void v_1() {
S v = {};
}