(root)/
gcc-13.2.0/
gcc/
testsuite/
objc/
execute/
bf-18.m
#include <objc/objc.h>

@interface MyObject
{
  Class isa;
  int i;
  char c[1];
}
@end

@implementation MyObject
@end

#include "bf-common.h"