aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/attr-alias-4.c
blob: fb15a20bf843d589359aa9ea50c8c53d28434b2c (plain)
1
2
3
4
/* ICE on invalid alias attribute: PR 35434.  */
/* { dg-do compile } */
/* { dg-options "" } */
typedef int i __attribute__((alias("j"))); /* { dg-warning "ignored" } */