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

typedef enum 
{
  A, B
} enumeration;

@interface MyObject
{
  enumeration g:4;
}
@end

@implementation MyObject
@end

#include "bf-common.h"