]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add a new test for const without body
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Thu, 26 Oct 2023 13:48:52 +0000 (15:48 +0200)
committerCohenArthur <arthur.cohen@embecosm.com>
Mon, 6 Nov 2023 17:13:22 +0000 (17:13 +0000)
commit2c862b96f1663d568e84643d58df0b6e4e320d91
tree350381787dff69d738eb1a94932fe1409dd69b13
parent068753493f96fe8e27d4df165075f5a3ecbb2fe1
Add a new test for const without body

This new regression test highlight the fixed behavior for 2709.

gcc/testsuite/ChangeLog:

* rust/compile/issue-2709.rs: New test.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/testsuite/rust/compile/issue-2709.rs [new file with mode: 0644]