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