blob: 6ae80464a2fed58140611e3aa1de1c460ea7a42d [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread int x_1 = 0;
void main_1() {
}
fragment void tint_symbol() {
main_1();
}
program_source:4:12: error: program scope variable must reside in constant address space
thread int x_1 = 0;
^