qtdeclarative/tests/auto/qml/qmlcppcodegen/data/infinitiesToInt.qml

9 lines
124 B
QML

pragma Strict
import QtQml
QtObject {
property int a: Infinity
property int b: -Infinity
property int c: NaN
}