mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
7 lines
102 B
D
7 lines
102 B
D
/*
|
|
REQUIRED_ARGS: -revert=dip1000
|
|
TEST_OUTPUT:
|
|
---
|
|
---
|
|
*/
|
|
int* oops(scope int* p) @safe { return p; }
|