| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2022-01-07 04:41:45 +08:00
										 |  |  |  |  * Copyright 2007-2022 The OpenSSL Project Authors. All Rights Reserved. | 
					
						
							|  |  |  |  |  * Copyright Siemens AG 2015-2022 | 
					
						
							| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * Licensed under the Apache License 2.0 (the "License").  You may not use | 
					
						
							|  |  |  |  |  * this file except in compliance with the License.  You can obtain a copy | 
					
						
							|  |  |  |  |  * in the file LICENSE in the source distribution or at | 
					
						
							|  |  |  |  |  * https://www.openssl.org/source/license.html
 | 
					
						
							|  |  |  |  |  */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /*
 | 
					
						
							|  |  |  |  |  * This demonstrates/tests cases where check-format.pl should report issues. | 
					
						
							|  |  |  |  |  * Some of the reports are due to sanity checks for proper nesting of comment | 
					
						
							|  |  |  |  |  * delimiters and parenthesis-like symbols, e.g., on unexpected/unclosed braces. | 
					
						
							|  |  |  |  |  */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /*
 | 
					
						
							|  |  |  |  |  * The '@'s after '*' are used for self-tests: they mark lines containing | 
					
						
							|  |  |  |  |  * a single flaw that should be reported. Normally it should be reported | 
					
						
							|  |  |  |  |  * while handling the given line, but in case of delayed checks there is a | 
					
						
							|  |  |  |  |  * following digit indicating the number of reports expected for this line. | 
					
						
							|  |  |  |  |  */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* For each of the following set of lines the tool should complain once */ | 
					
						
							|  |  |  |  | /*@ tab character: 	 */ | 
					
						
							|  |  |  |  | /*@ intra-line carriage return character: 
 */ | 
					
						
							|  |  |  |  | /*@ non-printable ASCII character:  */ | 
					
						
							|  |  |  |  | /*@ non-ASCII character: ä */ | 
					
						
							|  |  |  |  | /*@ whitespace at EOL: */  | 
					
						
							|  |  |  |  | // /*@ end-of-line comment style not allowed (for C90 compatibility) */
 | 
					
						
							|  |  |  |  |  /*@0 intra-line comment indent off by 1, reported unless sloppy-cmt */ | 
					
						
							| 
									
										
										
										
											2022-07-26 00:14:33 +08:00
										 |  |  |  | /*X */ /*@2 missing spc or '*' after comment start reported unless sloppy-spc */ | 
					
						
							|  |  |  |  | /* X*/ /*@ missing space before comment end , reported unless sloppy-spc */ | 
					
						
							| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  | /*@ comment starting delimiter: /* inside intra-line comment */ | 
					
						
							|  |  |  |  |  /*@0
 | 
					
						
							|  |  |  |  |   *@ above multi-line comment start indent off by 1, reported unless sloppy-cmt; this comment line is too long | 
					
						
							|  |  |  |  |    *@ multi-line comment indent further off by 1 relative to comment start | 
					
						
							|  |  |  |  |   *@ multi-line comment ending with text on last line */ | 
					
						
							|  |  |  |  | /*@2 multi-line comment starting with text on first line
 | 
					
						
							|  |  |  |  |  *@ comment starting delimiter: /* inside multi-line comment
 | 
					
						
							|  |  |  |  | *@ multi-line comment indent off by -1 | 
					
						
							|  |  |  |  |  *X*@ no spc after leading '*' in multi-line comment, reported unless sloppy-spc | 
					
						
							| 
									
										
										
										
											2022-07-15 14:35:16 +08:00
										 |  |  |  |  *@0 more than two spaces after .   in comment, no more reported | 
					
						
							|  |  |  |  |  *@0 more than two spaces after ?   in comment, no more reported | 
					
						
							|  |  |  |  |  *@0 more than two spaces after !   in comment, no more reported | 
					
						
							| 
									
										
										
										
											2020-12-20 02:50:16 +08:00
										 |  |  |  | */ /*@ multi-line comment end indent off by -1 (relative to comment start) */ | 
					
						
							| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  | */ /*@ unexpected comment ending delimiter outside comment */ | 
					
						
							| 
									
										
										
										
											2022-07-15 14:35:16 +08:00
										 |  |  |  | /*- '-' for formatted comment not allowed in intra-line comment */ | 
					
						
							| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  | /*@ comment line is 4 columns tooooooooooooooooo wide, reported unless sloppy-len */ | 
					
						
							|  |  |  |  | /*@ comment line is 5 columns toooooooooooooooooooooooooooooooooooooooooooooo wide */ | 
					
						
							| 
									
										
										
										
											2022-07-15 14:35:16 +08:00
										 |  |  |  | #if ~0              /*@ '#if' with constant condition */
 | 
					
						
							|  |  |  |  |  #endif             /*@ indent of preproc. directive off by 1 (must be 0) */
 | 
					
						
							| 
									
										
										
										
											2022-07-14 07:34:11 +08:00
										 |  |  |  | #define X (1 +  1)  /*@0 extra space in body, reported unless sloppy-spc */
 | 
					
						
							| 
									
										
										
										
											2022-07-15 14:35:16 +08:00
										 |  |  |  | #define Y   1       /*@ extra space before body, reported unless sloppy-spc */ \
 | 
					
						
							|  |  |  |  | #define Z           /*@2 preprocessor directive within multi-line directive */
 | 
					
						
							| 
									
										
										
										
											2021-04-29 13:57:36 +08:00
										 |  |  |  | typedef struct  {   /*@0 extra space in code, reported unless sloppy-spc */ | 
					
						
							| 
									
										
										
										
											2022-07-15 14:35:16 +08:00
										 |  |  |  |     enum {          /*@1 extra space  in intra-line comment, no more reported */ | 
					
						
							| 
									
										
										
										
											2021-04-30 04:02:41 +08:00
										 |  |  |  |            w = 0 /*@ hanging expr indent off by 1, or 3 for lines after '{' */ | 
					
						
							| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  |              && 1,  /*@ hanging expr indent off by 3, or -1 for leading '&&' */ | 
					
						
							|  |  |  |  |          x = 1,     /*@ hanging expr indent off by -1 */ | 
					
						
							|  |  |  |  |           y,z       /*@ no space after ',', reported unless sloppy-spc */ | 
					
						
							|  |  |  |  |     } e_member ;    /*@ space before ';', reported unless sloppy-spc */ | 
					
						
							|  |  |  |  |     int v[1;        /*@ unclosed bracket in type declaration */ | 
					
						
							|  |  |  |  |    union {          /*@ statement/type declaration indent off by -1 */ | 
					
						
							|  |  |  |  |         struct{} s; /*@ no space before '{', reported unless sloppy-spc */ | 
					
						
							|  |  |  |  |     }u_member;      /*@ no space after '}', reported unless sloppy-spc */ | 
					
						
							|  |  |  |  |     } s_type;       /*@ statement/type declaration indent off by 4 */ | 
					
						
							|  |  |  |  | int* somefunc();    /*@ no space before '*' in type decl, r unless sloppy-spc */ | 
					
						
							|  |  |  |  | void main(int n) {  /*@ opening brace at end of function definition header */ | 
					
						
							| 
									
										
										
										
											2022-07-26 00:14:33 +08:00
										 |  |  |  |     for (; ; ) ;    /*@ space before ')', reported unless sloppy-spc */ | 
					
						
							|  |  |  |  |     for ( ; x; y) ; /*@2 space after '(' and before ';', unless sloppy-spc */ | 
					
						
							|  |  |  |  |     for (;;n++) {   /*@ missing space after ';', reported unless sloppy-spc */ | 
					
						
							| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  |         return;     /*@0 (1-line) single statement in braces */ | 
					
						
							|  |  |  |  |     }}              /*@2 code after '}' outside expr */ | 
					
						
							|  |  |  |  | }                   /*@ unexpected closing brace (too many '}') outside expr */ | 
					
						
							|  |  |  |  | )                   /*@ unexpected closing paren outside expr */ | 
					
						
							|  |  |  |  | #endif              /*@ unexpected #endif */
 | 
					
						
							|  |  |  |  | int f (int a,       /*@ space after fn before '(', reported unless sloppy-spc */ | 
					
						
							|  |  |  |  |       int b,        /*@ hanging expr indent off by -1 */ | 
					
						
							| 
									
										
										
										
											2021-04-30 04:09:55 +08:00
										 |  |  |  |        long I)      /*@ single-letter name 'I' */ | 
					
						
							| 
									
										
										
										
											2022-07-13 05:55:28 +08:00
										 |  |  |  | { int x;            /*@ code after '{' opening a block */ | 
					
						
							|  |  |  |  |     int xx = 1) +   /*@ unexpected closing parenthesis */ | 
					
						
							| 
									
										
										
										
											2021-04-29 03:45:07 +08:00
										 |  |  |  |         0L <        /*@ constant on LHS of comparison operator */ | 
					
						
							|  |  |  |  |         a] -        /*@ unexpected closing bracket */ | 
					
						
							| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  |         3: *        /*@ unexpected ':' (without preceding '?') within expr */ | 
					
						
							|  |  |  |  |         4};         /*@ unexpected closing brace within expression */ | 
					
						
							|  |  |  |  |     char y[] = {    /*@0 unclosed brace within initializer/enum expression */ | 
					
						
							|  |  |  |  |         1* 1,       /*@ no space etc. before '*', reported unless sloppy-spc */ | 
					
						
							|  |  |  |  |          2,         /*@ hanging expr indent (for lines after '{') off by 1 */ | 
					
						
							|  |  |  |  |         (xx         /*@0 unclosed parenthesis in expression */ | 
					
						
							|  |  |  |  |          ? y        /*@0 unclosed '? (conditional expression) */ | 
					
						
							|  |  |  |  |          [0;        /*@4 unclosed bracket in expression */ | 
					
						
							| 
									
										
										
										
											2022-01-07 04:41:45 +08:00
										 |  |  |  |     /*@ blank line within local decls */ | 
					
						
							|  |  |  |  |    s_type s;        /*@2 local variable declaration indent off by -1 */ | 
					
						
							|  |  |  |  |    t_type t;        /*@ local variable declaration indent again off by -1 */ | 
					
						
							|  |  |  |  |     /* */           /*@0 missing blank line after local decls */ | 
					
						
							|  |  |  |  |    somefunc(a,      /*@2 statement indent off by -1 */ | 
					
						
							| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  |           "aligned" /*@ expr indent off by -2 accepted if sloppy-hang */ "right" | 
					
						
							|  |  |  |  |            , b,     /*@ expr indent off by -1 */ | 
					
						
							|  |  |  |  |            b,       /*@ expr indent as on line above, accepted if sloppy-hang */ | 
					
						
							|  |  |  |  |     b, /*@ expr indent off -8 but @ extra indent accepted if sloppy-hang */ | 
					
						
							|  |  |  |  |    "again aligned" /*@ expr indent off by -9 (left of stmt indent, */ "right", | 
					
						
							| 
									
										
										
										
											2021-04-29 03:45:07 +08:00
										 |  |  |  |             abc == /*@ .. so reported also with sloppy-hang; this line is too long */ 456 | 
					
						
							| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  | # define MAC(A) (A) /*@ nesting indent of preprocessor directive off by 1 */
 | 
					
						
							|  |  |  |  |              ? 1    /*@ hanging expr indent off by 1 */ | 
					
						
							|  |  |  |  |               : 2); /*@ hanging expr indent off by 2, or 1 for leading ':' */ | 
					
						
							| 
									
										
										
										
											2022-07-26 00:14:33 +08:00
										 |  |  |  |     if(a            /*@ missing space after 'if', reported unless sloppy-spc */ | 
					
						
							| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  |           /*@0 intra-line comment indent off by -1 (not: by 3 due to '&&') */ | 
					
						
							|  |  |  |  |            && ! 0   /*@2 space after '!', reported unless sloppy-spc */ | 
					
						
							|  |  |  |  |          || b ==    /*@ hanging expr indent off by 2, or -2 for leading '||' */ | 
					
						
							| 
									
										
										
										
											2022-07-26 14:37:41 +08:00
										 |  |  |  |        (x<<= 1) +   /*@ missing space before '<<=' reported unless sloppy-spc */ | 
					
						
							| 
									
										
										
										
											2022-07-26 00:14:33 +08:00
										 |  |  |  |        (xx+= 2) +   /*@ missing space before '+=', reported unless sloppy-spc */ | 
					
						
							|  |  |  |  |        (a^ 1) +     /*@ missing space before '^', reported unless sloppy-spc */ | 
					
						
							| 
									
										
										
										
											2022-07-26 14:37:41 +08:00
										 |  |  |  |        (y *=z) +    /*@ missing space after '*=' reported unless sloppy-spc */ | 
					
						
							| 
									
										
										
										
											2022-07-26 00:14:33 +08:00
										 |  |  |  |        a %2 /       /*@ missing space after '%', reported unless sloppy-spc */ | 
					
						
							| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  |        1 +/* */     /*@ no space before comment, reported unless sloppy-spc */ | 
					
						
							|  |  |  |  |        /* */+       /*@ no space after comment, reported unless sloppy-spc */ | 
					
						
							|  |  |  |  |        s. e_member) /*@ space after '.', reported unless sloppy-spc */ | 
					
						
							|  |  |  |  |          xx = a + b /*@ extra single-statement indent off by 1 */ | 
					
						
							|  |  |  |  |                + 0; /*@ two times extra single-statement indent off by 3 */ | 
					
						
							|  |  |  |  |     if (a ++)       /*@ space before postfix '++', reported unless sloppy-spc */ | 
					
						
							|  |  |  |  |     {               /*@ {' not on same line as preceding 'if' */ | 
					
						
							|  |  |  |  |         c;          /*@0 single stmt in braces, reported on 1-stmt */ | 
					
						
							| 
									
										
										
										
											2022-07-26 00:14:33 +08:00
										 |  |  |  |     } else          /*@ missing '{' on same line after '} else' */ | 
					
						
							| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  |       {             /*@ statement indent off by 2 */ | 
					
						
							|  |  |  |  |         d;          /*@0 single stmt in braces, reported on 1-stmt */ | 
					
						
							|  |  |  |  |           }         /*@ statement indent off by 6 */ | 
					
						
							|  |  |  |  |     if (1) f(a,     /*@ (non-brace) code after end of 'if' condition */ | 
					
						
							|  |  |  |  |              b); else /*@ (non-brace) code before 'else' */ | 
					
						
							|  |  |  |  |         do f(c, c); /*@ (non-brace) code after 'do' */ | 
					
						
							|  |  |  |  |         while ( 2); /*@ space after '(', reported unless sloppy-spc */ | 
					
						
							|  |  |  |  |     b; c;           /*@ more than one statement per line */ | 
					
						
							| 
									
										
										
										
											2020-09-28 15:18:01 +08:00
										 |  |  |  |   outer:            /*@ outer label special indent off by 1 */ | 
					
						
							| 
									
										
										
										
											2022-07-26 00:14:33 +08:00
										 |  |  |  |     do{             /*@ missing space before '{', reported unless sloppy-spc */ | 
					
						
							| 
									
										
										
										
											2020-09-28 15:18:01 +08:00
										 |  |  |  |      inner:         /*@ inner label normal indent off by 1 */ | 
					
						
							| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  |         f (3,       /*@ space after fn before '(', reported unless sloppy-spc */ | 
					
						
							|  |  |  |  |            4);      /*@0 false negative: should report single stmt in braces */ | 
					
						
							|  |  |  |  |     }               /*@0 'while' not on same line as preceding '}' */ | 
					
						
							| 
									
										
										
										
											2022-07-26 00:14:33 +08:00
										 |  |  |  |     while (a+ 0);   /*@2 missing space before '+', reported unless sloppy-spc */ | 
					
						
							| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  |     switch (b ) {   /*@ space before ')', reported unless sloppy-spc */ | 
					
						
							|  |  |  |  |    case 1:          /*@ 'case' special statement indent off by -1 */ | 
					
						
							| 
									
										
										
										
											2022-07-26 00:14:33 +08:00
										 |  |  |  |     case(2):       /*@ missing space after 'case', reported unless sloppy-spc */ | 
					
						
							| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  |     default: ;      /*@ code after 'default:' */ | 
					
						
							|  |  |  |  | }                   /*@ statement indent off by -4 */ | 
					
						
							| 
									
										
										
										
											2022-07-26 00:14:33 +08:00
										 |  |  |  |     return(      /*@ missing space after 'return', reported unless sloppy-spc */ | 
					
						
							| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  |            x); }    /*@ code before block-level '}' */ | 
					
						
							|  |  |  |  | /* Here the tool should stop complaining apart from the below issues at EOF */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | void f_looong_body() | 
					
						
							|  |  |  |  | { | 
					
						
							| 
									
										
										
										
											2020-06-07 03:14:29 +08:00
										 |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  |     ; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-01-07 04:41:45 +08:00
										 |  |  |  |     ;               /*@ 2 essentially blank lines before, if !sloppy-spc */ | 
					
						
							| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  | }                   /*@ function body length > 200 lines */ | 
					
						
							| 
									
										
										
										
											2022-07-15 14:35:16 +08:00
										 |  |  |  | #if X               /*@0 unclosed #if */
 | 
					
						
							| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  | struct t {          /*@0 unclosed brace at decl/block level */ | 
					
						
							|  |  |  |  |     enum {          /*@0 unclosed brace at enum/expression level */ | 
					
						
							|  |  |  |  |           v = (1    /*@0 unclosed parenthesis */ | 
					
						
							| 
									
										
										
										
											2022-01-07 04:41:45 +08:00
										 |  |  |  |                etyp /*@0 blank line follows just before EOF, if !sloppy-spc: */ | 
					
						
							| 
									
										
										
										
											2020-03-09 18:03:21 +08:00
										 |  |  |  | 
 |