StructLiteralExp.__anonymous

Undocumented in source.
class StructLiteralExp
union __anonymous {}

Members

Variables

inlinecopy
StructLiteralExp inlinecopy;

those fields need to prevent a infinite recursion when one field of struct initialized with 'this' pointer.

sym
Symbol* sym;

back end symbol to initialize with literal

Meta