msg_121.c revision 1.2
1/*	$NetBSD: msg_121.c,v 1.2 2021/01/08 21:25:03 rillig Exp $	*/
2# 3 "msg_121.c"
3
4// Test for message: negative shift [121]
5
6int
7example(int x)
8{
9	return x << (3 - 5);
10}
11