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