import QtQuick 2.0

Item {
    Item {
        id: c1
    }
    property Item a: c1
}
