Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/18.0-2024-02-13
/
.
/
clang
/
test
/
ASTMerge
/
macro
/
Inputs
/
macro2.m
blob: a1a9ba2fda8905dcd025adb71d195a016a1cf16e [
file
] [
log
] [
blame
] [
edit
]
void
foo
(
void
);
void
bar
(
void
)
{
foo
();
}