summaryrefslogtreecommitdiff
path: root/tests/usr.bin/xlint/lint1/msg_025.c
blob: db5d9e46bc584c78733a08f0b1290266be0a3833 (plain)
1
2
3
4
5
6
7
/*	$NetBSD: msg_025.c,v 1.4 2022/06/19 11:50:42 rillig Exp $	*/
# 3 "msg_025.c"

// Test for message: cannot initialize typedef '%s' [25]

/* expect+1: error: cannot initialize typedef 'number' [25] */
typedef int number = 3;