Sha256: 5f4a88d85b3d214a6448030aad4bc2906ac5dae5d89e6d6b81dbc83d76393f76

Contents?: true

Size: 331 Bytes

Versions: 24

Compression:

Stored size: 331 Bytes

Contents

/*
 * 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>

static char data[] = {
#include "cross_program.h"
};

int main(int argc, char *argv[]) {
  fwrite(data, 1, sizeof(data), stdout);
  return 0;
}

Version data entries

24 entries across 24 versions & 4 rubygems

Version Path
libv8-3.16.14.3 vendor/gyp/test/external-cross-compile/src/program.cc
libv8-3.16.14.2 vendor/gyp/test/external-cross-compile/src/program.cc
libv8-3.16.14.1 vendor/v8/build/gyp/test/external-cross-compile/src/program.cc
libv8-3.16.14.0 vendor/v8/build/gyp/test/external-cross-compile/src/program.cc