(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
revert_dip1000.d
/*
REQUIRED_ARGS: -revert=dip1000
TEST_OUTPUT:
---
---
*/
int* oops(scope int* p) @safe { return p; }