aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/infinitiesToInt.qml
blob: 36d86c71ef0c3a97a2fde7dfa7aff49265574431 (plain)
1
2
3
4
5
6
7
8
pragma Strict
import QtQml

QtObject {
    property int a: Infinity
    property int b: -Infinity
    property int c: NaN
}