Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
imports
/
ice10086y.d
blob: 60874417432ab9d8fd247ada4f395dd93f790f29 [
file
] [
log
] [
blame
]
module
imports
.
ice10086y
;
auto
bind
(
alias
f
,
bindValues
...)()
{
auto
bind
(
Types
...)(
Types
values
)
{
return
f
(
bindValues
,
values
);
}
return
bind
();
}