#include <metal_stdlib>

using namespace metal;
void original_clusterfuzz_code() {
}

void more_tests_that_would_fail() {
  {
    float const a = 1.471127629f;
    float const b = 0.099668652f;
  }
  {
    float const a = 2.5f;
    float const b = 2.5f;
  }
  {
  }
}