c++, coroutines: Simplify separation of the user function body and ramp.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / pr57640.C
blob0c76a08aecc15324ec5bab1dbe0123f9203d0a94
1 // { dg-do compile { target c++14 } }
3 #include <chrono>
5 using namespace std::literals::chrono_literals;
7 auto blooper = operator"" min(45.0L);