blob: 597b2530083af02078bbfc5deceba876bfa6cea6 [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.
#include <zircon/compiler.h>
void libb_symbol(void);
__EXPORT
void liba_symbol(void) { libb_symbol(); }