DCD/tests/tc_erroneous_body_content/file.d

14 lines
137 B
D

module runnable;
struct A { int a; }
struct B { int b; }
void foo(A node)
{
void bar(B node)
{
node.
}
node.
}