blob: d586ef7852044b367031fb8cb163a6653ff960d0 [file] [log] [blame]
sampler a;
sampler b = a;
void main() {
a = b;
}