struct A
{
  explicit A(int a)
  { }
};


int main()
{
  return 0;
}
