summaryrefslogtreecommitdiff
path: root/deps/gyp/test/win/compiler-flags/character-set-mbcs.cc
blob: 3286304730d394fcb5e02d2c0a8dc712523436f3 (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.

#ifndef _MBCS
#error
#endif

int main() {
  return 0;
}