Sha256: fba650f6012163d6c8be51ea5d222bb6663902f825d756cee416b384b70630a3
Contents?: true
Size: 259 Bytes
Versions: 40
Compression:
Stored size: 259 Bytes
Contents
// 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. namespace gen { extern void c(); extern void baz(); } int main() { gen::c(); gen::baz(); }
Version data entries
40 entries across 40 versions & 6 rubygems