blob: 835c4e6116299c97ddbc9d0c3d02f288ea5eb1ad [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
float2 const a = float2(2.003662109375f, -513.03125f);
int2 const b = as_type<int2>(a);
}