blob: 6740c3128284ec67a558527d02f11e763511e14d [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread uint x_1 = 1u;
void main_1() {
}
fragment void tint_symbol() {
main_1();
}
program_source:4:13: error: program scope variable must reside in constant address space
thread uint x_1 = 1u;
^