summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/lto/pr66221_0.c
blob: dbb92829be610bc090d5923b56277b45d41f71e0 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-lto-do link } */
/* { dg-require-effective-target mpx } */
/* { dg-lto-options { { -O2 -flto -fcheck-pointer-bounds -mmpx } } } */

int test1 (const char *);

int main (int argc, const char **argv)
{
  return test1 (argv[0]);
}