We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cea7e2 commit bcc4b8aCopy full SHA for bcc4b8a
gcc/testsuite/g++.dg/contracts/cpp26/lambda.C
@@ -2,5 +2,4 @@
2
// { dg-do compile }
3
// { dg-options "-std=c++2b -fcontracts -fcontracts-nonattr " }
4
void f(int i, int j) pre( [i, &j](){ return true;} ( ))
5
-{
6
-};
+{}
0 commit comments