PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / alias-5.c
blob56848c9a416436dc50daece5f23fd88d9b3e976f
1 /* { dg-do link } */
2 /* { dg-require-alias "" } */
3 /* { dg-options "" } */
5 static inline int foo () { return 0; }
6 static int bar () __attribute__ ((alias ("foo")));
7 int main () { return bar (); }