]> git.ipfire.org Git - thirdparty/gcc.git/blob - libmudflap/testsuite/libmudflap.c/pass63-frag.c
Daily bump.
[thirdparty/gcc.git] / libmudflap / testsuite / libmudflap.c / pass63-frag.c
1 /* Check -Wno-mudflap flag */
2 /* { dg-do compile } */
3 /* { dg-options "-fmudflap -Wno-mudflap" } */
4
5 extern char x[];
6 int main() { return x[3]; } /* { dg-bogus "mudflap cannot track" } */