Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
unsafe
/
auxiliary
/
issue-106126.rs
blob: 091a3edb756ada56f2667ee3dbf0c04e8e25d34c [
file
] [
log
] [
blame
] [
edit
]
#[
macro_export
]
macro_rules
!
foo
{
()
=>
{
unsafe
fn
__unsf
()
{}
unsafe
fn
__foo
()
{
__unsf
();
}
};
}