blob: 4a7dc7957a82137910eb93d127f7a6c4316456b4 [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 liba_symbol(void);
__EXPORT
void module_symbol(void) { liba_symbol(); }