blob: 425c87506bd5cbf6cb30f3a7ba347d76dcac6cc3 [file] [log] [blame]
// Copyright 2018 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 "garnet/bin/debug_agent/test_data/debug_agent_test_so.h"
#include <stdio.h>
void ExportedFunction() { printf("Exported function!\n"); }