
import QtQuick 2.0

QtObject {
    function code() {
        var x = 1.01;
    }
}

