cdt/cdt_6_0_x/org.eclipse.cdt.ui.tests/resources/addInclude/UnresolvedName.cpp.expected
author dadubrow
Thu, 05 Aug 2010 13:18:02 -0500
changeset 145 d9692fb089a1
parent 37 c2bce6dd59e7
permissions -rw-r--r--
not shipping pulsar plugins
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     1
#include "ResolvedName.h"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     2
#include "UnresolvedName.h"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     3
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     4
using ns4::A;
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     5
using ns5::B;
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     6
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     7
void test() {
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     8
	B b;
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     9
}