summaryrefslogtreecommitdiff
path: root/tests/ui/extern-flag/redundant-force-extern.rs
blob: a4091616dd5699d62ece88fffddf90f388cc3d49 (plain)
1
2
3
4
5
6
7
8
9
10
11
// check-pass
// ignore-cross-compile (needs dylibs and compiletest doesn't have a more specific header)
// aux-crate:force:panic_handler=panic_handler.rs
// compile-flags: -Zunstable-options --crate-type dylib
// edition:2018

#![no_std]

extern crate panic_handler;

fn foo() {}