2022-08-10 20:01:17 +00:00
|
|
|
#include <metal_stdlib>
|
|
|
|
|
|
|
|
using namespace metal;
|
|
|
|
void original_clusterfuzz_code() {
|
|
|
|
}
|
|
|
|
|
|
|
|
void more_tests_that_would_fail() {
|
|
|
|
{
|
2023-03-02 21:28:45 +00:00
|
|
|
float const a = 1.47112762928009033203f;
|
|
|
|
float const b = 0.09966865181922912598f;
|
2022-08-10 20:01:17 +00:00
|
|
|
}
|
|
|
|
{
|
|
|
|
float const a = 2.5f;
|
|
|
|
float const b = 2.5f;
|
|
|
|
}
|
|
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|