blob: 64bed1b6f20310093a35006b72841e8c5e6d02dd [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f(float3 vec3f) {
float3 const b = vec3f;
}