aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/frust-compile-until.rs
blob: 7bb3932ef60b27783db576471c121efd1eed80c5 (plain)
1
2
3
4
5
6
7
// { dg-additional-options "-frust-compile-until=unsafety" }

unsafe fn foo() {}

fn main() {
    foo()
}