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