summaryrefslogtreecommitdiffstats
path: root/third_party/python/gyp/test/linux/ldflags-from-environment/main.c
blob: 1b8742a107365446ac1688ae8d667765a09ec16e (plain)
1
2
3
4
5
6
7
// Copyright (c) 2017 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() {
  return 0;
}