blob: bf58c612695a887b27f679236568fd9b99651e3a [file] [log] [blame]
// 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.
void AnExportedFunction() {
}
int main() {
return 0;
}