mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 05:30:13 +03:00
13 lines
116 B
D
13 lines
116 B
D
template t(T){alias T t;}
|
|
|
|
t!(#line 10
|
|
t!(
|
|
int,
|
|
)
|
|
) i;
|
|
|
|
t!(
|
|
t!(#line 10
|
|
int,
|
|
)
|
|
) j;
|