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