11972 resync smatch
1 /*
2 * check-name: dump-macros with multiple files
3 * check-command: sparse -E -dD empty-file $file
4 *
5 * check-output-ignore
6 check-output-pattern-2-times: #define __CHECKER__ 1
7 */
|
1 /*
2 * check-name: dump-macros with multiple files
3 * check-command: sparse -E -dD empty-file $file
4 *
5 * check-output-ignore
6 check-output-pattern(2): #define __CHECKER__ 1
7 */
|