blob: 713635c681d7fa16075be3d91a4759db9267028e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void v() {
if (true) {
}
}