blob: 0baace929e95b99bc7f36b20d98a2276f0c932ff [file] [log] [blame]
/* 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. */
#include "a.h"
int funcB() {
return funcA();
}