// Copyright © SixtyFPS GmbH // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial import "myfont.ttf"; // ^error{File "myfont.ttf" not found} import "myfontcollection.ttc"; // ^error{File "myfontcollection.ttc" not found} import "myimage.png"; // ^error{Unsupported foreign import "myimage.png"} export Test := Window { }