How to clone object into array? C#

Hello!
How to create array of GameObject?

No errors, but after running nothing happens.
Look like code not go in to cycle “for”, Debug.Log (“i”) is not working.
Sorry for my English

update:

the code works in Update(), but not in Start().