blob: 2218b651131e62c22f295cb7594a823d513dcbad [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float f() {
float3 const v = float3(1.0f, 2.0f, 3.0f);
int const i = 1;
return 2.0f;
}