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