diff options
| author | Josh Triplett <josh@freedesktop.org> | 2007-07-22 20:43:59 -0700 |
|---|---|---|
| committer | Josh Triplett <josh@freedesktop.org> | 2007-07-22 20:43:59 -0700 |
| commit | 114dd2b103c7a540c383c2f9c0611cd39e36b8c7 (patch) | |
| tree | a2371ca057fa92d898715039b2c1eae5cf031024 /validation | |
| parent | 3e60ed2a60449aa9f27a4f3876957f1a29bf3d7d (diff) | |
| download | sparse-dev-114dd2b103c7a540c383c2f9c0611cd39e36b8c7.tar.gz | |
Add test-suite metadata to calling-convention-attributes.c
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'validation')
| -rw-r--r-- | validation/calling-convention-attributes.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/validation/calling-convention-attributes.c b/validation/calling-convention-attributes.c index 7168429c..1c1c8766 100644 --- a/validation/calling-convention-attributes.c +++ b/validation/calling-convention-attributes.c @@ -21,3 +21,6 @@ typedef f2 f2ptr; extern void __attribute__((__fastcall__)) f_1(void); typedef void (__attribute__((__fastcall__)) *f_2)(void); typedef f_2 f_2ptr; +/* + * check-name: Calling convention attributes + */ |
