Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/arm-ci
/
.
/
tests
/
headers
/
issue-1350-attribute-overloadable.h
blob: 4b0ec2a6aac6152d967eb6445815decc984e4af7 [
file
] [
log
] [
blame
] [
edit
]
void
my_function
(
int
a
)
__attribute__
((
overloadable
));
void
my_function
(
const
char
*
a
)
__attribute__
((
overloadable
));