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

8 lines
142 B
QML

pragma Strict
import QtQml
QtObject {
property real a: 1024 * 1024 * 1024 * 1024 + 5
property int b: 1024 * 1024 * 1024 * 1024 + 5
}