diff options
| -rw-r--r-- | src/c.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2439,6 +2439,8 @@ declspec(DeclState *st, CComp *cm, Span *pspan) } /* fallthru */ default: + if (attrspec(cm, &st->attr)) + continue; goto End; case TKW_BitInt: case TKW_Decimal128: case TKW_Decimal32: |