mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
8 lines
115 B
D
8 lines
115 B
D
// https://issues.dlang.org/show_bug.cgi?id=20296
|
|
|
|
extern (C++)
|
|
void foo(T...)(T args)
|
|
{
|
|
}
|
|
|
|
alias F = foo!(char*);
|