aboutsummaryrefslogtreecommitdiff
path: root/contrib/dg-lint/test-2.c
blob: 147f5b02f219e73bd27a117d236adf8988ea7a01 (plain)
1
2
3
4
5
6
7
8
/* Bad directive ordering; see
   https://gcc.gnu.org/onlinedocs/gccint/Directives.html
   "This directive must appear after any dg-do directive in the test and
   before any dg-additional-sources directive." for
   dg-require-effective-target.  */

/* { dg-require-effective-target c++11 } */
/* { dg-do compile } */