blob: c3df54d6d1625e72441ab36ba3ba7f1e7601cb4b [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;
}