]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/sepcomp/sepcomp-statics.rs
Rollup merge of #60685 - dtolnay:spdx, r=nikomatsakis
[rust.git] / src / test / run-pass / sepcomp / sepcomp-statics.rs
index 7022a5eee7195990b262527cd723257d1bf6f361..5457c8a0ae97d29be2b715cb57f4128d5d9e0478 100644 (file)
@@ -1,15 +1,5 @@
-// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
-// file at the top-level directory of this distribution and at
-// http://rust-lang.org/COPYRIGHT.
-//
-// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
-// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
-// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
-// option. This file may not be copied, modified, or distributed
-// except according to those terms.
-
 // run-pass
-// ignore-bitrig
+#![allow(dead_code)]
 // compile-flags: -C codegen-units=3
 
 // Test references to static items across compilation units.