summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmlcppcodegen/data/deadShoeSize.qml
blob: 4dddab900a324a792e654a98be5cf3b26260e639 (plain)
1
2
3
4
5
6
pragma Strict
import TestTypes

Person {
    shoeSize: pain
}