blob: 5128b8cd002c9d7189b0c49f105fc67926d2db23 [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread bool2 x_200 = bool2(false);
void main_1() {
}
fragment void tint_symbol() {
main_1();
}
program_source:4:14: error: program scope variable must reside in constant address space
thread bool2 x_200 = bool2(false);
^