msg_122.c revision 1.4
11.4Srillig/* $NetBSD: msg_122.c,v 1.4 2021/04/06 21:32:57 rillig Exp $ */ 21.1Srillig# 3 "msg_122.c" 31.1Srillig 41.4Srillig// Test for message: shift amount %llu is greater than bit-size %llu of '%s' [122] 51.1Srillig 61.2Srilligint 71.2Srilligexample(int x) 81.2Srillig{ 91.3Srillig return x << 129; /* expect: 122 */ 101.2Srillig} 11