blob: c7f20585cc2bc68035a5bf3359ced20ce31bcfb2 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
int const i = 1;
int b = int2(1, 2)[i];
}