[BACK]Return to msg_081.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / usr.bin / xlint / lint1

Annotation of src/tests/usr.bin/xlint/lint1/msg_081.c, Revision 1.3

1.3     ! rillig      1: /*     $NetBSD: msg_081.c,v 1.2 2021/01/08 21:25:03 rillig Exp $       */
1.1       rillig      2: # 3 "msg_081.c"
                      3:
                      4: // Test for message: \a undefined in traditional C [81]
                      5:
1.2       rillig      6: /* lint1-flags: -Stw */
                      7:
1.3     ! rillig      8: char str[] = "The bell\a rings";       /* expect: 81 */

CVSweb <webmaster@jp.NetBSD.org>