Changeset b7c53a9d for src/InitTweak
- Timestamp:
- Jul 14, 2023, 9:32:31 AM (17 months ago)
- Branches:
- master
- Children:
- 402a1e7
- Parents:
- 4acf56d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.cc
r4acf56d rb7c53a9d 882 882 if (!assign) { 883 883 auto td = new ast::TypeDecl(CodeLocation(), "T", {}, nullptr, ast::TypeDecl::Dtype, true); 884 assign = new ast::FunctionDecl(CodeLocation(), "?=?", { },884 assign = new ast::FunctionDecl(CodeLocation(), "?=?", {td}, 885 885 { new ast::ObjectDecl(CodeLocation(), "_dst", new ast::ReferenceType(new ast::TypeInstType("T", td))), 886 886 new ast::ObjectDecl(CodeLocation(), "_src", new ast::TypeInstType("T", td))},
Note: See TracChangeset
for help on using the changeset viewer.