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