blob: 6b51ff5191bdd8ac4a7222280e0bf5d1bbf782b1 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_private_vars_struct {
bool4 u;
};
void f(thread tint_private_vars_struct* const tint_private_vars) {
float4 const v = float4((*(tint_private_vars)).u);
}