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