1*c8dee2aaSAndroid Build Coastguard Workerstruct A { int x; }; 2*c8dee2aaSAndroid Build Coastguard Worker 3*c8dee2aaSAndroid Build Coastguard Workert { 4*c8dee2aaSAndroid Build Coastguard Worker layout(binding=1) A y; // Not allowed 5*c8dee2aaSAndroid Build Coastguard Worker layout(set=0) A z; // Not allowed 6*c8dee2aaSAndroid Build Coastguard Worker}; 7*c8dee2aaSAndroid Build Coastguard Worker 8*c8dee2aaSAndroid Build Coastguard Worker/*%%* 9*c8dee2aaSAndroid Build Coastguard Workerlayout qualifier 'binding' is not permitted on an interface block field 10*c8dee2aaSAndroid Build Coastguard Workerlayout qualifier 'set' is not permitted on an interface block field 11*c8dee2aaSAndroid Build Coastguard Worker*%%*/ 12