1/* ICE on invalid alias attribute: PR 35434.  */
2/* { dg-do compile } */
3/* { dg-options "" } */
4typedef int i __attribute__((alias("j"))); /* { dg-warning "ignored" } */
5