blob: 9550c537aac2022ea52ca27377e1a2f4c22f4d97 [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
struct S {
int a;
float b;
};
thread S v = {};
kernel void tint_symbol() {
}
program_source:8:10: error: program scope variable must reside in constant address space
thread S v = {};
^