Sha256: 8a2a74e94576de1c6f2500034e9fc88d3b0d050139b6fad2727c55837eb231bc

Contents?: true

Size: 357 Bytes

Versions: 1

Compression:

Stored size: 357 Bytes

Contents

/* Copyright (c) 2009 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>

const char *GetToolset();
const char *GetToolsetShared();

int main(int argc, char *argv[]) {
  printf("%s\n", GetToolset());
  printf("Shared: %s\n", GetToolsetShared());
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tree-sitter-0.0.1 ext/tree-sitter/tree-sitter/externals/gyp/test/toolsets/main.cc