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