d: Merge upstream dmd, druntime 26f049fb26, phobos 330d6a4fd.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / revert_dip1000.d
blobad6a6d8aade8547544420860b080d836399d48a0
1 /*
2 REQUIRED_ARGS: -revert=dip1000
3 TEST_OUTPUT:
4 ---
5 ---
6 */
7 int* oops(scope int* p) @safe { return p; }