URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [objc.dg/] [encode-7.m] - Rev 313
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do run } */ /* { dg-skip-if "" { *-*-* } { "-fnext-runtime" } { "" } } */ #include <objc/encoding.h> #include <stdlib.h> struct f { _Bool a; }; int main(void) { if (objc_sizeof_type (@encode (struct f)) != sizeof(struct f)) abort (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log