aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/math.qml
blob: ad6303e6823b8286c3cda0fbf4512d9c5d48703e (plain)
1
2
3
4
5
6
7
import QML

QtObject {
    property int a: Math.max(5, 7, 9, -111)
    property var b: 50 / 22
    property real c: Math.PI * 2
}