11 lines
188 B
Text
11 lines
188 B
Text
//@ compile-flags: -Zunpretty=normal
|
|
//@ check-pass
|
|
|
|
#[no_mangle]
|
|
extern "C" fn foo() {}
|
|
|
|
#[no_mangle]
|
|
extern "C" fn bar() {}
|
|
|
|
#[cfg_attr(FALSE, unsafe(no_mangle))]
|
|
extern "C" fn zoo() {}
|