summaryrefslogtreecommitdiff
path: root/tests/initializer-list/cpp-style-default-member-init.slang
AgeCommit message (Collapse)Author
2025-05-15Implement C++ style default member initializer (#7087)kaizhangNV
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.