#include using namespace metal; kernel void f() { float const a = 1.0f; float const b = 2.0f; float const r = fmod(1.0f, 2.0f); return; }