summaryrefslogtreecommitdiffstats
path: root/tests/initializer-list/cpp-style-default-member-init.slang
Commit message (Collapse)AuthorAge
* Implement C++ style default member initializer (#7087)kaizhangNV2025-05-15
close #7069. We just insert the assignment expression to the beginning of the user-defined ctor, where the assignee is the member with init expression.