import QtQuick 1.0

QtObject {
    Component.onCompleted: { var a = getObject(); a = null; }
}