blob: c30a1e75641b8b5dc9eaf454e339e04243f2b7fe [file] [log] [blame]
struct RenamedAgainInAPINotesA {
int field;
} __attribute__((swift_name("bad")));
struct __attribute__((swift_name("bad"))) RenamedAgainInAPINotesB {
int field;
};