1#![allow(deprecated)]slint::slint!{#[include_path=r#"/input/slint/tests/driver/driverlib/../../cases/crashes"#]
2// Copyright © SixtyFPS GmbH <info@slint.dev>
3// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
4
5export D := Rectangle {
6 for xy in 1 : Rectangle {
7 drop-shadow-color: #333;
8 HorizontalLayout {
9 VerticalLayout {
10 Rectangle { }
11 }
12 }
13 }
14}
15}
16