1#include <metal_stdlib> 2 3using namespace metal; 4void f() { 5 bool2 v2 = bool2(true); 6 bool3 v3 = bool3(true); 7 bool4 v4 = bool4(true); 8} 9 10