summaryrefslogtreecommitdiff
path: root/deps/gyp/test/win/compiler-flags/treat-wchar-t-as-built-in-type1.cc
blob: fc1ed0b7ea8f8484777e4701b72a1ba49cfb898a (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) 2012 Google Inc. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifdef _NATIVE_WCHAR_T_DEFINED
#error
#endif

int main() {
  return 0;
}