Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
compilable
/
issue15818.d
blob: 4aed650fb29c9d9a69ef072c6a9921275d66c67a [
file
] [
log
] [
blame
]
module
issue15818
;
void
f
(
int
);
void
f
(
int
);
void
f
(
int
);
void
f
(
int
);
void
f
(
int
);
pragma
(
mangle
,
"_D10issue158181fFiZv"
)
void
theVeritableF
(
int
){}
void
main
()
{
f
(
1
);
}