blob: bfd8b13f5c549a2b3c1c3480c1b5177fa8dc7f6b [file] [log] [blame]
// Copyright 2017 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
void libb_symbol(void);
void liba_symbol(void) {
libb_symbol();
}