Source code

Revision control

Copy as Markdown

Other Tools

//error: redeclaration of symbol `a', first declared at
struct Redecl {
int a;
double a;
};
[ChildProc=any]
protocol structRedecl {
child: async __delete__();
};