blob: 05ec2070e9f50a24e8338f99e97e4e142e13a021 [file] [log] [blame]
#include "test39-public-headers-dir/test39-header-v1.h"
struct _StructType
{
int m0;
char m1;
};
struct _AnotherStructType
{
int m1;
};
void
foo(StructType* a __attribute__((unused)))
{
}
void bar(AnotherStructType* a __attribute__((unused)))
{
}