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