1*c8dee2aaSAndroid Build Coastguard Workerstruct Varyings { 2*c8dee2aaSAndroid Build Coastguard Worker float2 position; 3*c8dee2aaSAndroid Build Coastguard Worker}; 4*c8dee2aaSAndroid Build Coastguard Worker 5*c8dee2aaSAndroid Build Coastguard Workerstruct NotAttributes { 6*c8dee2aaSAndroid Build Coastguard Worker float2 position; 7*c8dee2aaSAndroid Build Coastguard Worker}; 8*c8dee2aaSAndroid Build Coastguard Worker 9*c8dee2aaSAndroid Build Coastguard WorkerVaryings main(const NotAttributes attr) { 10*c8dee2aaSAndroid Build Coastguard Worker return Varyings(attr.position); 11*c8dee2aaSAndroid Build Coastguard Worker} 12*c8dee2aaSAndroid Build Coastguard Worker 13*c8dee2aaSAndroid Build Coastguard Worker/*%%* 14*c8dee2aaSAndroid Build Coastguard Worker'main' parameter must be 'const Attributes' 15*c8dee2aaSAndroid Build Coastguard Worker*%%*/ 16