xref: /netbsd-src/tests/usr.bin/xlint/lint2/msg_012.ln (revision b777f6c7cca9aad6754eca973ddfe8d3ca032cf4)
1# $NetBSD: msg_012.ln,v 1.3 2021/08/24 23:38:51 rillig Exp $
2#
3# Test data for message 12 of lint2:
4#	%s: variable # of args declared  	%s  ::  %s
5
6# msg_012_a.c:2: int add(int, int);
70 s msg_012_a.c
8S msg_012_a.c
92 d 0.2 e 3add F2 I I I
10
11# msg_012_b.c:2: int add(int, int, int);
120 s msg_012_b.c
13S msg_012_b.c
142 d 0.2 e 3add F3 I I I I
15