Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup
[gecko.git] / media / webrtc / trunk / tools / gyp / test / win / compiler-flags / additional-include-dirs.cc
blobf1e11dd12d6d7f783bebb1a718c88810dc6c8632
1 // 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.
5 // No path qualification to test compiler include dir specification.
6 #include "header.h"
8 int main() {
9 return 0;