import QtQuick 2.0

Item {
    property int a: b + c
    property int b: 2
    property int c: 40
}
