Sign in
llvm
/
llvm-archive
/
48649d2c83b557841c9e5c978d9ab5af13cb52e5
/
.
/
llvm-gcc-4.0
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
lookup5.C
blob: 48dd004d826cca11c0bb3d7535de87ef34a965c4 [
file
] [
log
] [
blame
]
// { dg-do assemble { xfail *-*-* } }
// Simplified from bug report by Paris Smaragdis <paris@media.mit.edu>
template
<
class
T
>
class
vector
{};
class
foo
{};
int
main
()
{
foo f
;
f
.
vector
();
// { dg-error "" } not a method
}