blob: ad7738ca83398f7e6b42e3c5085265ef69d786f6 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
int2 v2 = int2((1 + 2));
int3 v3 = int3((1 + 2));
int4 v4 = int4((1 + 2));
}