// Copyright © SixtyFPS GmbH // SPDX-License-Identifier: (GPL-3.0-only OR LicenseRef-SixtyFPS-commercial) #![deny(warnings)] #[cfg(test)] include!(concat!(env!("OUT_DIR"), "/generated.rs")); fn main() { println!("Nothing to see here, please run me through cargo test :)"); }