// { dg-do compile { target c++11 } } // { dg-options "-fconcepts" } template void foo() {} void bar() { foo(); // { dg-error "" } }