blob: 344abf833387211679fe99d6e93f7ab0d542851d [file] [log] [blame]
// Copyright 2020 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 <fuchsia/examples/rot13/cpp/fidl.h>
#include <lib/async-loop/cpp/loop.h>
#include <lib/async-loop/default.h>
#include <stdlib.h>
#include <string.h>
#include <string>
/**
This file is used to test creating a component that references
fidl libraries.
*/
int main(int argc, const char **argv) { return 0; }