import Test 1.0
import Qt 4.7
MyContainer {
    Component {
        id: myComponent
        MyQmlObject {
            value: 11
        }
    }
}
