blob: 2e04a910a1ce2bffde0c09b774515410d1e681b9 [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread bool continue_execution = true;
void f() {
continue_execution = false;
}
program_source:4:13: error: program scope variable must reside in constant address space
thread bool continue_execution = true;
^