Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
lookup5.C
blob: 65c6402f10f9c56f7c846141d468a70d5ff1cbdb [
file
] [
log
] [
blame
]
// { dg-do assemble }
// 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
}