diff options
| author | Josh Triplett <josh@freedesktop.org> | 2007-10-20 19:20:47 -0700 |
|---|---|---|
| committer | Josh Triplett <josh@freedesktop.org> | 2007-10-20 19:20:47 -0700 |
| commit | da954be75937064d83dbfde41f6970b09aa085bb (patch) | |
| tree | 33f5f189a475d60c33be4f8d775c0a003721dd80 /validation | |
| parent | 8d79ef8142b754061d6ef26a3ba29ba503a3621d (diff) | |
| download | sparse-dev-da954be75937064d83dbfde41f6970b09aa085bb.tar.gz | |
Add test-suite metadata to validation/local-label.c
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'validation')
| -rw-r--r-- | validation/local-label.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/validation/local-label.c b/validation/local-label.c index c2d0cb76..951b0856 100644 --- a/validation/local-label.c +++ b/validation/local-label.c @@ -6,3 +6,6 @@ static void g(void) } f(({ __label__ x; x: (unsigned long)&&x; })); } +/* + * check-name: Local label + */ |
