aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp1y/pr57640.C
blob: b9debe1455d51ac2a8315b65d8877f646ba4f755 (plain)
1
2
3
4
5
6
7
// { dg-do compile { target c++1y } }

#include <chrono>

using namespace std::literals::chrono_literals;

auto blooper = operator"" min(45.0L);