Fix test-suite fallout of default -Wreturn-type.
[official-gcc.git] / gcc / testsuite / g++.dg / ubsan / null-6.C
blob2efe5c2b8cc96a12262424ce08f1597cc93277f6
1 // PR c++/67941
2 // { dg-do run { target c++11 } }
3 // { dg-options -fsanitize=null }
5 int main(){ (+[](){})(); }