Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
imports
/
deprecatedImportb.d
blob: 4a53e7f24e7a1859f3d670f4186171b32602efec [
file
] [
log
] [
blame
]
alias
AliasSeq
(
T
...)
=
T
;
void
foo
()
{}
void
bar
(
T
)(
T t
)
{}
enum
E
=
2
;
struct
S
{}
class
C
{}
interface
I
{}