aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/Wuniv-init-ko.c
blob: 315c211a5db6e779b7fb067d72b24f8588908b12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
struct s {
	void *ptr;
};


static struct s s = { 0 };

/*
 * check-name: univ-init-ko
 *
 * check-error-start
Wuniv-init-ko.c:6:23: warning: Using plain integer as NULL pointer
 * check-error-end
 */