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