2 extern void func1(), func2();
5 * check-name: strict-prototypes enabled
6 * check-command: sparse -Wstrict-prototypes $file
10 strict-prototypes1.c:1:18: warning: non-ANSI function declaration of function 'func0'
11 strict-prototypes1.c:2:18: warning: non-ANSI function declaration of function 'func1'
12 strict-prototypes1.c:2:27: warning: non-ANSI function declaration of function 'func2'