index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
d
/
10 d cpp
/
dmain.d
blob: bece25f6cf17326a530a58fa48023ad5b5bb08fc (
plain
)
1
2
3
4
5
extern
(
C
++)
void
print_hello
(
int
i
);
void
main
()
{
print_hello
(
1
);
}