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