blob: 95185b2359e001abb02c2231549d92b05570f4be [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int3 a = int3(1, 2, 3);
const int3 b = asint(int3(1, 2, 3));
return;
}