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