Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
unpretty
/
extern-static.stdout
blob: fbd605b12caec4e28eca9337c6170cca624b8bc9 [
file
]
//@ compile-flags: -Zunpretty=normal
//@ check-pass
unsafe
extern
"C"
{
pub
unsafe
static
STATIC
:
();
}