blob: 6149064c99aa1803c285e3fd0e1dae99e36ce500 [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
texture1d<float, access::sample> x_10;
void main_1() {
}
fragment void tint_symbol() {
main_1();
}
program_source:4:34: error: program scope variable must reside in constant address space
texture1d<float, access::sample> x_10;
^