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