6 lines
109 B
Text
6 lines
109 B
Text
//@ compile-flags: -Zunpretty=normal
|
|
//@ check-pass
|
|
|
|
unsafe extern "C" {
|
|
pub unsafe static STATIC: ();
|
|
}
|