import QtQuick 2.0

QtObject {
    property QtObject a
    a: [ QtObject {}, QtObject {} ]
}

