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

QtObject {
    property real a: 1024 * 1024 * 1024 * 1024 + 5
    property int b: 1024 * 1024 * 1024 * 1024 + 5
}