blob: 2677a3f151ec6d88467060ee317dbc0b76f70e1f [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
float const a = 1.0f;
float const b = 0.0f;
float const r = (1.0f / 0.0f);
return;
}