Searched defs:co_return (Results 1 – 3 of 3) sorted by relevance
9 int co_return = 0; // expected-warning {{'co_return' is a keyword in C++20}} variable
97 char co_return; // cxx98-warning {{'co_return' is a keyword in C++20}} variable
26 int co_return = 1; in main() local