URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20000227-1.c] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
static const unsigned char f[] = "\0\377"; static const unsigned char g[] = "\0ÿ"; int main(void) { if (sizeof f != 3 || sizeof g != 3) abort (); if (f[0] != g[0]) abort (); if (f[1] != g[1]) abort (); if (f[2] != g[2]) abort (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log