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