summaryrefslogtreecommitdiff
path: root/deps/gyp/test/variables/latelate/src/program.cc
blob: 97c98ae5b9d834aaf116981bf1cd1704a79f5974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * 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.
 */

#include <stdio.h>


int main(void) {
  printf(FOO "\n");
  return 0;
}