| Index: crosstest/test_global.cpp
|
| diff --git a/crosstest/test_global.cpp b/crosstest/test_global.cpp
|
| index a5a2f610a5bc78c632f00e9f18ea7964ca773433..a670ff222528ea402055bac951735e74f0939b63 100644
|
| --- a/crosstest/test_global.cpp
|
| +++ b/crosstest/test_global.cpp
|
| @@ -1,3 +1,16 @@
|
| +//===- subzero/crosstest/test_global.cpp - Global variable access tests ---===//
|
| +//
|
| +// The Subzero Code Generator
|
| +//
|
| +// This file is distributed under the University of Illinois Open Source
|
| +// License. See LICENSE.TXT for details.
|
| +//
|
| +//===----------------------------------------------------------------------===//
|
| +//
|
| +// Implementation for crosstesting global variable access operations.
|
| +//
|
| +//===----------------------------------------------------------------------===//
|
| +
|
| #include <stdint.h>
|
| #include <cstdlib>
|
|
|
|
|