blob: d6c03e7b84df92fd6d355776013d6ce75a8f0191 [file] [log] [blame]
#include "struct-1.h"
struct ChainSearchRecord {
int identity;
};
typedef struct ChainSearchRecord ChainSearchRecord;
void foo (ChainSearchPtr s)
{
s->identity = 0x6a73616d;
}