blob: 32e69724a5097ff4253c3485bee0c9c65ee6175b [file] [log] [blame]
Ben Murdoch097c5b22016-05-18 11:27:45 +01001// Copyright (c) 2012 Google Inc. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef _UNICODE
6#error
7#endif
8
9#ifndef UNICODE
10#error
11#endif
12
13int main() {
14 return 0;
15}