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