blob: 14dc681b59dec173d373a43af0a3d802163caa19 [file] [log] [blame]
/* Check that errors are detected if a match clause appears more than once,
even if compatible. */
void f();
#pragma omp declare variant(f) match(construct={target}) match(construct={target}) /* { dg-error "too many 'match' clauses" } */
void g();