blob: 673492b77fb820d45875d793693c9318359c9945 [file] [log] [blame]
// Build don't link:
// Origin: Dima Volodin <dvv@dvv.org>
class C {
static int const N (1000); // ERROR - invalid declaration
};