import QtQuick 2.0

QtObject {
    id: me
    property alias test: me
}
