blob: f4c8c9d9d93d7ff48e338d573d4bd08b8f5b3534 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
half a = 1.0h;
half b = 1.0h;
half c = 1.0h;
}