summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/pr82699-3.c
blob: 92d84ee4ab5de1fe17519fc3c5de92a3f2aa9ea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile { target *-*-linux* } } */
/* { dg-options "-O2 -fpic -fcf-protection -mcet -pg -fasynchronous-unwind-tables" } */
/* { dg-final { scan-assembler-times {\t\.cfi_startproc\n\tendbr} 1 } } */

extern int bar (int);

int
foo (int i)
{
  return bar (i);
}