blob: ebc2e6ebdb13c9d82683198221d2cb8f16880d2c [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread float3x4 myvar = float3x4(0.0f);
void main_1() {
myvar[2u][3u] = 42.0f;
}
fragment void tint_symbol() {
main_1();
}
program_source:4:17: error: program scope variable must reside in constant address space
thread float3x4 myvar = float3x4(0.0f);
^