Searched defs:nrl (Results 1 – 2 of 2) sorted by relevance
6 auto nrl = [](int x) -> int { if (x > 0) return x; }; // expected-error{{non-void lambda does not return a value in all control paths}} in test_attributes() local
6 auto nrl = []() [[gnu::noreturn]] {}; // expected-warning{{attribute 'noreturn' ignored}} in test_attributes() local