blob: 544c329c5e2016b36095e9c35e675f5b6ce2c394 [file] [log] [blame]
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-gc -emit-llvm -o %t %s
// RUN: grep 'objc_assign' %t | count 0
typedef struct {
int ival;
id submenu;
} XCBinderContextMenuItem;
id actionMenuForDataNode(void) {
XCBinderContextMenuItem menusToCreate[] = {
{1, 0}
};
return 0;
}
XCBinderContextMenuItem GmenusToCreate[] = {
{1, 0}
};