Skip to content

Commit

Permalink
Temporarily make test18216.d pass
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorpel committed Jan 8, 2025
1 parent c7e31fb commit 85e66e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compiler/test/compilable/test18216.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// TODO: hack, make this test work with rvaluerefparam. With ref parameters, opAssign generation triggers:
// compilable/test18216.d(17): Error: struct `test18216.Node` no size because of forward reference
//
// REQUIRED_ARGS: -revert=rvaluerefparam
// https://issues.dlang.org/show_bug.cgi?id=18216

struct Node
Expand Down

0 comments on commit 85e66e5

Please sign in to comment.