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 Bradfordfn main() { 7*7e25cc2aSRob Bradford println!("cargo::rustc-check-cfg=cfg(fuzzing)"); 8*7e25cc2aSRob Bradford } 9