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 {}