aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/lookup/missing-std-include-5.C
blob: 3ec9abd93165f771b31975fcadf461b0d6c92a82 (plain)
1
2
3
// { dg-do compile { target c++14 } }
using namespace std::complex_literals; // { dg-error "" }
// { dg-message "#include <complex>" "" { target *-*-* } .-1 }