Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / pr66221_0.c
blobdbb92829be610bc090d5923b56277b45d41f71e0
1 /* { dg-lto-do link } */
2 /* { dg-require-effective-target mpx } */
3 /* { dg-lto-options { { -O2 -flto -fcheck-pointer-bounds -mmpx } } } */
5 int test1 (const char *);
7 int main (int argc, const char **argv)
9 return test1 (argv[0]);