returnc<<s; // expected-error {{requested shift is a vector of type '__private char2' (vector of 2 'char' values) but the first operand is not a vector ('__private char')}}
returnc<<s; // expected-error {{vector operands do not have the same number of elements ('char3' (vector of 3 'char' values) and 'char2' (vector of 2 'char' values))}}
}
float2ntest03(float2c,chars){
returnc<<s; // expected-error {{used type 'float2' (vector of 2 'float' values) where integer is required}}
}
int2ntest04(int2c,floats){
returnc<<s; // expected-error {{used type 'float' where integer is required}}