blob: 240e4733872558ad62ec4402088b4fad4b02d39f [file] [log] [blame]
// Compile with:
// g++ -g -Wall -c test14-suppr-non-redundant-v0.cc
struct S
{
int m0;
};
void
bar(S&)
{}
void
baz(S*)
{}