blob: ff8fa45057dcdc31cca8498b98a495887a2c0a41 [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
sampler x_10;
void main_1() {
}
fragment void tint_symbol() {
main_1();
}
program_source:4:1: error: constant sampler must be declared constexpr
sampler x_10;
^
constexpr