Strahinja Val Markovic 1f51a89d39 Adding more llvm/clang files
These were ignored by git accidentally. We want ALL OF THEM since they all came
in the llvm/clang source distribution.
2012-07-05 17:55:45 -07:00

62 lines
576 B
C++

@__experimental_modules_import namespaces_top;
namespace N2 { }
namespace N2 { }
namespace N2 { }
namespace N2 { }
namespace N2 {
double& f(double);
}
namespace N3 {
double& f(double);
}
namespace N5 {
double &f(double);
}
namespace N6 {
double &f(double);
}
namespace N7 {
double &f(double);
}
namespace N8 {
int &f(int);
}
namespace N9 {
int &f(int);
}
namespace N10 {
int &f(int);
}
namespace N11 {
namespace {
class Foo;
}
void consumeFoo(Foo*);
}
namespace N12 {
namespace {
class Foo;
}
void consumeFoo(Foo*);
}