summaryrefslogtreecommitdiff
path: root/deps/gyp/test/win/compiler-flags/force-include-files.cc
blob: 4a93de55d4ebfab7e394f872463df92632046cd9 (plain)
1
2
3
4
5
6
7
8
// 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.

int main() {
  std::list<std::vector<std::string> > l;
  return 0;
}