blob: 9469133f8dadf3deb95755823050b6b8aa110247 [file] [log] [blame]
struct type_to_keep
{
int m0;
};
struct type_to_suppress
{
int m0;
};
void
func0(struct type_to_keep)
{
}
void
func1(struct type_to_suppress)
{
}