blob: de86e3a8470d683184c922e0d82407a6b2b7f200 [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 <stdio.h>
#include <lib/svc/dir.h>
#include "library.h"
int main(int argc, const char** argv) {
printf("This is only the beginning!\n");
svc_dir_destroy(NULL);
library::do_something();
}