blob: 0ba9a1fecc5f2fe9ad064bbb8198cf89284c43f0 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
float const a = 2.003662109375f;
int const b = as_type<int>(a);
return;
}