1 /* PR tree-optimization/84739 */
2 /* { dg-do compile } */
3 /* { dg-require-weak "" } */
4 /* { dg-options "-O2" } */
6 static void baz (void) __attribute__((weakref("bar"))); /* { dg-warning "alias between functions of incompatible types" } */
21 bar (int x
, int y
) /* { dg-message "aliased declaration here" } */