blob: 820d22ca6f4737f306de599dc7f0a2a6461a858f [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>
int main(int argc, char* argv[]) {
printf("[Host] Unimplemented, sorry.\n");
return 0;
}