import QtQuick 2.0

Item {

    Component.onCompleted:
++bar

    property int bar: 0
}
