blob: 22893f35bd8a6b92ade0800dbd2b6a2745099c3d [file] [log] [blame]
Shenghou Ma9add7292013-09-18 22:27:25 -04001// Copyright 2013 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5static int volatile val = 3;
6
7int test5740b() {
8 return val;
9}