xref: /cloud-hypervisor/vmm/build.rs (revision 7e25cc2aa0b7a34a5f42a4edb2c5477ddcfa2381)
1*7e25cc2aSRob Bradford // Copyright © 2024 Intel Corporation
2*7e25cc2aSRob Bradford //
3*7e25cc2aSRob Bradford // SPDX-License-Identifier: Apache-2.0
4*7e25cc2aSRob Bradford //
5*7e25cc2aSRob Bradford 
main()6*7e25cc2aSRob Bradford fn main() {
7*7e25cc2aSRob Bradford     println!("cargo::rustc-check-cfg=cfg(fuzzing)");
8*7e25cc2aSRob Bradford }
9