blob: 0a9e3c33af851017e4458597bf8eb4b1e217541d [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
void f() {
int3 const a = int3(1, 2, 3);
int const b = 4;
}