]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/gcc.c-torture/compile/20011119-1.c
toplev.c: Don't include setjmp.h.
[gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20011119-1.c
CommitLineData
83dea45d
JJ
1extern inline int foo (void)
2{
3 return 23;
4}
5extern int foo (void) __attribute__ ((weak, alias ("xxx")));
This page took 0.181778 seconds and 5 git commands to generate.