blob: 338356b243bf0aa13433b66dea731f536ffed0a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: msg_012.ln,v 1.3 2021/08/24 23:38:51 rillig Exp $
#
# Test data for message 12 of lint2:
# %s: variable # of args declared %s :: %s
# msg_012_a.c:2: int add(int, int);
0 s msg_012_a.c
S msg_012_a.c
2 d 0.2 e 3add F2 I I I
# msg_012_b.c:2: int add(int, int, int);
0 s msg_012_b.c
S msg_012_b.c
2 d 0.2 e 3add F3 I I I I
|