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