URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [objc.dg/] [encode-7.m] - Rev 823
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-options "-fgnu-runtime" } */ /* { dg-do run } */ #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