blob: fb15a20bf843d589359aa9ea50c8c53d28434b2c [file] [log] [blame]
/* ICE on invalid alias attribute: PR 35434. */
/* { dg-do compile } */
/* { dg-options "" } */
typedef int i __attribute__((alias("j"))); /* { dg-warning "ignored" } */