Sha256: eee1d8d09ae28e65e1dc6e60867047d590e24bda5dc007e96ecfd2f71fd9ac54
Contents?: true
Size: 298 Bytes
Versions: 4
Compression:
Stored size: 298 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 nodir(); extern void c(); extern void baz(); } int main() { gen::nodir(); gen::c(); gen::baz(); }
Version data entries
4 entries across 4 versions & 2 rubygems