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