typedef char u8;

int main(){
  u8 u8,u9;

  u9=u8;
}

u8 f(u8 a, int b, u8 c){
  return 't';
}

u8 c='t';

