]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/alias-6.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / alias-6.c
CommitLineData
e4d5432a
RH
1/* { dg-do link } */
2/* { dg-require-alias "" } */
3/* { dg-options "-O2 -funit-at-a-time" } */
4
5static inline int foo () { return 0; }
6static int bar () __attribute__ ((alias ("foo")));
7int main () { return bar (); }