struct NoDefault
{
  NoDefault(float f);
};
    
int main()
{
    NoDefault arr[4];
    return 0;
}