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