blob: c61dea8e77e570ae628b817b6a70b2387cd23322 [file] [log] [blame]
// Build don't link:
namespace N {}
void f(int N::k); // ERROR - cannot use `::' in parameter declaration
class Foo
{
int N::j; // ERROR - invalid use of `::'
};