(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
gomp/
ompx-attrs-1.C
// { dg-do compile { target c++11 } }

void
foo ()
{
  [[ompx::directive(some_vendor_extension)]];  /* { dg-warning "attributes at the beginning of statement are ignored" } */
}