# $NetBSD: msg_013.ln,v 1.3 2025/02/20 19:04:00 rillig Exp $
#
# Test data for message 13 of lint2:
#       %s is called with a malformed format string in %s
#

0 s local.c
S local.c

# void my_printf(const char *fmt) {}
4 d 0.4 v 1P 1d 9my_printf F1 PcC V

# my_printf("%f", 0.0);
11 c 0.11 s1"%f" i 9my_printf f2 PC D V
# my_printf("%a", 0.0);
12 c 0.12 s1"%a" i 9my_printf f2 PC D V
# my_printf("%lf", 0.0L);
13 c 0.13 s1"%lf" i 9my_printf f2 PC lD V