summaryrefslogtreecommitdiffstats
path: root/test/CXX/basic/basic.lookup/basic.lookup.unqual/p14.cpp
blob: b9b136c5061b4934a44d6ed42d0b81d618002e29 (plain)
1
2
3
4
5
6
7
8
9
10
11
// RUN: clang-cc -fsyntax-only -verify %s
// XFAIL

namespace N { 
  struct S {};
  S i; 
  extern S j;
} 

int i = 2; 
N::S N::j = i;
OpenPOWER on IntegriCloud