1 /*        $NetBSD: msg_276.c,v 1.6 2025/04/12 15:49:50 rillig Exp $   */
2 # 3 "msg_276.c"
3 
4 // Test for message: '__%s__' is invalid for type '%s' [276]
5 
6 /* lint1-extra-flags: -X 351 */
7 
8 /* expect+1: error: '__real__' is invalid for type 'double' [276] */
9 int real_int = __real__ 0.0;
10 /* expect+1: error: '__imag__' is invalid for type 'double' [276] */
11 int imag_int = __imag__ 0.0;
12