import QtQuick 2.0

QtObject {
    property var test: [5, true, "ciao"]
}
