blob: cfe4b5d1f75098d1b9550216c7fe88f9c5f6098f [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
bool v = true;
bool2 v2 = bool2(v);
bool3 v3 = bool3(v);
bool4 v4 = bool4(v);
}