blob: e28ad181b5d56465e6179ca7c0659ab1293710dc [file] [log] [blame]
// REQUIRED_ARGS: -c
/*
TEST_OUTPUT:
---
&this
---
*/
struct S0 {
void foo() {
pragma(msg, &this);
}
}