blob: b04490a82b7c003ab80f6e31558ab327cb3a1558 [file] [log] [blame]
struct S0
{
void* m0;
};
typedef const void* POINTER;
struct S1
{
POINTER m0;
};
void foo(struct S0* a __attribute__((unused)))
{
}
void bar(struct S1* a __attribute__((unused)))
{
}