blob: 38611d85724e877b1e5adc7d889fb35a4e8e55c4 [file] [log] [blame]
#include "test39-public-headers-dir/test39-header-v0.h"
struct _StructType
{
int m0;
};
void
foo(StructType* a __attribute__((unused)))
{
}
void bar(StructType* a __attribute__((unused)))
{
}