view gcc/testsuite/objc/execute/fdecl.m @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 04ced10e8804
children
line wrap: on
line source

/* Bug report submitted by igorkh@hotbot.com on submit@bugs.debian.org
   Thu, 13 Apr 2000 09:42:08 -0400 */

@class AClass;

@interface test
{
        AClass *foo;
}
@end

@implementation test
@end

int main (void)
{
  return 0;
}