Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / mpx / builtin-bnd-chk-ptr-lbounds-1-nov.c
blob3a666d8e300623a14580d81264d3224d488f401d
1 /* { dg-do run } */
2 /* { dg-options "-fcheck-pointer-bounds -mmpx" } */
5 #include "mpx-check.h"
7 int buf[100];
9 int mpx_test (int argc, const char **argv)
11 __bnd_chk_ptr_lbounds (buf);
12 return 0;