msg_121.c revision 1.2
11.2Srillig/* $NetBSD: msg_121.c,v 1.2 2021/01/08 21:25:03 rillig Exp $ */ 21.1Srillig# 3 "msg_121.c" 31.1Srillig 41.1Srillig// Test for message: negative shift [121] 51.1Srillig 61.2Srilligint 71.2Srilligexample(int x) 81.2Srillig{ 91.2Srillig return x << (3 - 5); 101.2Srillig} 11