diff options
| author | Josh Triplett <josh@freedesktop.org> | 2007-09-15 00:52:08 -0700 |
|---|---|---|
| committer | Josh Triplett <josh@freedesktop.org> | 2007-09-15 00:52:08 -0700 |
| commit | 61e7a809590748b886390597c6a3a0b7c2b07610 (patch) | |
| tree | 4df581adc0e677c10b1ecc019129632d5c776ec2 | |
| parent | 45c552a02342557d007ef86c885f9b5ac5f06f71 (diff) | |
| download | sparse-dev-61e7a809590748b886390597c6a3a0b7c2b07610.tar.gz | |
Add test-suite annotations to double-semicolon.c
Signed-off-by: Josh Triplett <josh@freedesktop.org>
| -rw-r--r-- | validation/double-semicolon.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/validation/double-semicolon.c b/validation/double-semicolon.c index 36cb3324..a1b8e636 100644 --- a/validation/double-semicolon.c +++ b/validation/double-semicolon.c @@ -4,3 +4,6 @@ static void test(void) struct { int foo;; } val; memset(&val, 0, sizeof(val)); } +/* + * check-name: Double semicolon in struct + */ |
