Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
memfnquals1.C
blob: ce8af7b7273413f75d36f51e37037b9a2045733f [
file
] [
log
] [
blame
]
// PR c++/48166
struct
foo
{
static
void
func
();
};
void
foo
::
func
()
const
{}
// { dg-error "type qualifiers" }