blob: 1d1579a64d59edfdc8e43cf9c6a727081078abc0 [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread float my_own_private_idaho = 0.0f;
void main_1() {
}
fragment void tint_symbol() {
main_1();
}
program_source:4:14: error: program scope variable must reside in constant address space
thread float my_own_private_idaho = 0.0f;
^