blob: abd7f358d9eb3b577bae610ab2897f3ed5315e63 [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
threadgroup float the_counter;
void main_1() {
}
fragment void tint_symbol() {
main_1();
}
program_source:4:19: error: program scope variable must reside in constant address space
threadgroup float the_counter;
^