blob: 9c6dde8f314d01a864a229fd9632eb96cdeb20e7 [file] [log] [blame]
#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;
}
{
}
}