Sha256: 6996ccc38a83975fe9f14ab706e7dc8984fc7ff243c5d269a759a6383ed04790

Contents?: true

Size: 290 Bytes

Versions: 4

Compression:

Stored size: 290 Bytes

Contents

/* Copyright (c) 2010 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)
{
#ifdef ABC
  printf("With define\n");
#else
  printf("No define\n");
#endif
  return 0;
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
mt-libuv-4.1.04 ext/gyp/test/cxxflags/cxxflags.cc
mt-libuv-4.1.03 ext/gyp/test/cxxflags/cxxflags.cc
mt-libuv-4.1.02 ext/gyp/test/cxxflags/cxxflags.cc
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/cxxflags/cxxflags.cc