1 2 3 4 5 6 7
// { dg-additional-options "-frust-compile-until=unsafety" } unsafe fn foo() {} fn main() { foo() }