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