blob: 443f910981101f09abf14f718ab4d47a0dea1cb0 [file] [log] [blame]
struct foo { short x; };
extern struct foo a; /* { dg-lto-warning {type of 'a' does not match original declaration} } */
struct foo *ptr = &a;
int main () { return 0; }