// SPDX-License-Identifier: LGPL-3.0-or-later // See Notices.txt for copyright information use fayalite::hdl; #[hdl] union U { a: (), } fn main() {}