aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/ext/timevar2.C
blob: 74c4fc8cfaefe40f9a409c7dc4d88ca5a7c98820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// PR c++/57524
// { dg-options "-ftime-report" }
// { dg-prune-output "wall" }
// { dg-prune-output "times" }
// { dg-prune-output "TOTAL" }
// { dg-prune-output "checks" }

namespace detail {
namespace indirect_traits {}
using namespace indirect_traits;
void fn1() {
using namespace detail;
}
}