aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/librarymetrics_performance/data/item.18.qml
blob: b77a760f6ca037e8f6dd3545e3fdd1d8e6ad33d7 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

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