import QtQuick 2.0

Item {
    property string foo: 'bar'

    property EmptyComponent p: EmptyComponent {}
}
