summaryrefslogtreecommitdiff
path: root/deps/gyp/test/ninja/action_dependencies/src/c.c
blob: b412087ec870e3623c9356a79c1b10a45086354f (plain)
1
2
3
4
5
6
7
8
9
10
/* Copyright (c) 2011 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.
 */

#include "c.h"

int funcC() {
  return VALUE;
}