URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.dg/] [pch/] [struct-1.c] - Rev 12
Compare with Previous | Blame | View Log
/* { dg-xfail-if "int is 16 bit" "scarts_16-*-*" "*" "" } */ #include "struct-1.h" struct ChainSearchRecord { int identity; }; typedef struct ChainSearchRecord ChainSearchRecord; void foo (ChainSearchPtr s) { s->identity = 0x6a73616d; }