Add expected error

From-SVN: r33227
This commit is contained in:
Mark Mitchell 2000-04-18 18:46:18 +00:00
parent 749a2da1ba
commit cd89c29664
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
// Origin: Dima Volodin <dvv@dvv.org>
class C {
static int const N (1000);
static int const N (1000); // ERROR - invalid declaration
};