Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
gomp
/
ompx-attrs-1.C
blob: 2e9fc0b591f2929ca29adde8cd517a61bc0cab6f [
file
] [
log
] [
blame
]
// { dg-do compile { target c++11 } }
void
foo
()
{
[[
ompx
::
directive
(
some_vendor_extension
)]];
/* { dg-warning "attributes at the beginning of statement are ignored" } */
}