URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [struct-complex-2.h] - Rev 298
Compare with Previous | Blame | View Log
#include <complex.h> struct st { int s1; float complex x; }; typedef struct { float r, i; } _complex; struct stc { int s1; _complex x; };