Home | History | Annotate | Line # | Download | only in lint2
      1 # $NetBSD: msg_005.ln,v 1.5 2025/05/24 06:53:16 rillig Exp $
      2 #
      3 # Test data for message 5 of lint2:
      4 #	%s returns '%s' at %s, versus '%s' at %s
      5 
      6 # msg_005_define.c:2: double add(double a, double b) { return a + b; }
      7 0 s msg_005_define.c
      8 S msg_005_define.c
      9 2 d 0.2 d r 3add F2 D D D
     10 
     11 # msg_005_call.c:2: int add(int, int);
     12 # msg_005_call.c:4: int main(void) { return add(2, 3); }
     13 0 s msg_005_call.c
     14 S msg_005_call.c
     15 2 d 0.2 e 3add F2 I I I
     16 4 c 0.4 p1 p2 u 3add f2 I I I
     17 4 d 0.4 d r 4main F0 I
     18 
     19 # pointer-to-char.c:1: const char *pointer = "";
     20 0 s pointer-to-char.c
     21 S pointer-to-char.c
     22 1 d 0.1 d 7pointer PcC
     23 # pointer-to-const-char.c:1: extern char *pointer;
     24 0 s pointer-to-const-char.c
     25 S pointer-to-const-char.c
     26 1 d 0.1 e 7pointer PC
     27