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