blob: 80a53aeb4d4a81ad2b660ca4f4ee9f61b84e08c0 [file]
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
//@rustc-env:RUSTC_BOOTSTRAP=1
#![allow(dead_code)]
const _: () = assert!(cfg!(crown), "cfg(crown) not set!");
fn main() {}