(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
b16382.d
// REQUIRED_ARGS: -c
/*
TEST_OUTPUT:
---
&this
---
*/
struct S0 {
    void foo() {
        pragma(msg, &this);
    }
}